diff options
| author | Kasra Bigdeli <[email protected]> | 2019-12-24 17:48:28 -0500 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-12-24 17:48:28 -0500 |
| commit | 1cf2dfd94f6704c8ede9b419fd4c2b2ed25a7ea0 (patch) | |
| tree | c286fb335e137315d392833165e69a36b99d2b73 | |
| parent | 3546455cc1fcf0a19165fa0916493011b56d1271 (diff) | |
| download | caprover-one-click-apps-1cf2dfd94f6704c8ede9b419fd4c2b2ed25a7ea0.tar.gz caprover-one-click-apps-1cf2dfd94f6704c8ede9b419fd4c2b2ed25a7ea0.zip | |
Added details to script
| -rwxr-xr-x | publish-from-actions.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/publish-from-actions.sh b/publish-from-actions.sh index a435fa9..d6c5a63 100755 --- a/publish-from-actions.sh +++ b/publish-from-actions.sh @@ -26,6 +26,9 @@ set -e +# Make sure build_dir content doesn't have leading/trailing slashes. Correct format: +# export BUILD_DIR="public" + source ./build_dir SOURCE_DIRECTORY_DEPLOY_GH=~/temp-gh-deploy-src CLONED_DIRECTORY_DEPLOY_GH=~/temp-gh-deploy-cloned @@ -53,6 +56,7 @@ if [[ "$REPONAME" == "$GHIO" ]]; then else REMOTE_BRANCH="gh-pages" fi +echo "######### CLONING REMOTE_BRANCH: $REMOTE_BRANCH" REMOTE_BRANCH="test-publish-pages" sleep 2s echo "#############################################" |
