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 5f38074 commit ebae8a2Copy full SHA for ebae8a2
deploy.sh
@@ -8,7 +8,7 @@ main() {
8
fi
9
10
#append commit hash to the end of message by default
11
- append_hash=${GIT_DEPLOY_APPEND_HASH:-true}
+ append_hash=true
12
13
# Parse arg flags
14
while : ; do
readme.md
@@ -17,7 +17,6 @@ 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