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: readme.md
+3
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ You can also define any of variables using environment variables and configurati
17
17
-`GIT_DEPLOY_DIR`
18
18
-`GIT_DEPLOY_BRANCH`
19
19
-`GIT_DEPLOY_REPO`
20
+
-`GIT_DEPLOY_APPEND_HASH`
20
21
21
22
The script will set these variables in this order of preference:
22
23
@@ -37,6 +38,8 @@ Do this every time you want to deploy, or have your CI server do it.
37
38
5. run `./deploy.sh`
38
39
39
40
### options
41
+
`-h`, `--help`: show the program's help info.
42
+
40
43
`-c`, `--config-file`: specify a file that overrides the script's default configuration, or those values set in `.env`. The syntax for this file should be normal `var=value` declarations.
41
44
42
45
`-m`, `--message <message>`: specify message to be used for the commit on `deploy_branch`. By default, the message is the title of the source commit, prepended with 'publish: '.
0 commit comments