You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user/deployment-v2/providers/script.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@ deploy:
19
19
```
20
20
{: data-file=".travis.yml"}
21
21
22
-
If you need to run multiple commands, write a executable wrapper script that runs them all. The argument to `script:` in the script deployment provider needs to be a single command.
22
+
If you need to run multiple commands, write an executable wrapper script that runs them all. The argument to `script:` in the script deployment provider needs to be a single command.
23
23
24
24
If the script returns a nonzero status, deployment is considered
25
25
a failure, and the build will be marked as "errored".
26
26
27
-
## Passing Arguments to the Script
27
+
## Pass Arguments to the Script
28
28
29
29
It is possible to pass arguments to a script deployment.
0 commit comments