Skip to content

Commit 2e0e355

Browse files
committed
tweak deploy url to not show response (unless there's error)
it looks like it contains some useful links that may not be good public.
1 parent 776f04a commit 2e0e355

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,6 @@ jobs:
8888
-H "Authorization: Bearer ${NETLIFY_ACCESS_TOKEN}" \
8989
--data-binary "@dist.zip" \
9090
https://api.netlify.com/api/v1/sites/webzebra.netlify.app/deploys \
91-
--fail
91+
--fail \
92+
-o /dev/null \
93+
--show-error

0 commit comments

Comments
 (0)