File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,9 @@ set -o errexit #abort if any command fails
3
3
me=$( basename " $0 " )
4
4
5
5
help_message=" \
6
+ Usage: $me [<options>]
6
7
Deploy generated files to a git branch.
7
8
8
- Usage:
9
-
10
- $me [<options>]
11
-
12
9
Options:
13
10
14
11
-h, --help Show this help information.
@@ -23,9 +20,9 @@ Options:
23
20
24
21
Variables:
25
22
26
- * GIT_DEPLOY_DIR Folder path containing the files to deploy.
27
- * GIT_DEPLOY_BRANCH Commit deployable files to this branch.
28
- * GIT_DEPLOY_REPO Push the deploy branch to this repository.
23
+ GIT_DEPLOY_DIR Folder path containing the files to deploy.
24
+ GIT_DEPLOY_BRANCH Commit deployable files to this branch.
25
+ GIT_DEPLOY_REPO Push the deploy branch to this repository.
29
26
30
27
These variables have default values defined in the script. The defaults can be
31
28
overridden by environment variables. Any environment variables are overridden
You can’t perform that action at this time.
0 commit comments