diff options
| author | Kasra Bigdeli <[email protected]> | 2020-06-23 07:29:14 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-06-23 07:29:14 -0400 |
| commit | 8210ec859637e83cc52a5771d6d23109200213cc (patch) | |
| tree | f2bca5c2c959e722cf91ab5bbce8270f4d82182a /scripts | |
| parent | f26a48c3ec0cb43ac660f5bb5bdea03d03f1451e (diff) | |
| download | caprover-one-click-apps-8210ec859637e83cc52a5771d6d23109200213cc.tar.gz caprover-one-click-apps-8210ec859637e83cc52a5771d6d23109200213cc.zip | |
inline build dir variable
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/publish-from-actions.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/publish-from-actions.sh b/scripts/publish-from-actions.sh index 287b668..05466dd 100755 --- a/scripts/publish-from-actions.sh +++ b/scripts/publish-from-actions.sh @@ -26,10 +26,7 @@ set -e -# Make sure build_dir content doesn't have leading/trailing slashes. Correct format: -# export BUILD_DIR="public" - -source ./build_dir +BUILD_DIR=public SOURCE_DIRECTORY_DEPLOY_GH=~/temp-gh-deploy-src CLONED_DIRECTORY_DEPLOY_GH=~/temp-gh-deploy-cloned |
