We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f920e3f commit 5f38074Copy full SHA for 5f38074
deploy.sh
@@ -8,7 +8,7 @@ main() {
8
fi
9
10
#append commit hash to the end of message by default
11
- append_hash=true
+ append_hash=${GIT_DEPLOY_APPEND_HASH:-true}
12
13
# Parse arg flags
14
while : ; do
readme.md
@@ -17,6 +17,7 @@ You can also define any of variables using environment variables and configurati
17
- `GIT_DEPLOY_DIR`
18
- `GIT_DEPLOY_BRANCH`
19
- `GIT_DEPLOY_REPO`
20
+- `GIT_DEPLOY_APPEND_HASH`
21
22
The script will set these variables in this order of preference:
23
0 commit comments