diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-11-27 12:26:48 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-11-27 12:26:48 +0100 |
| commit | 07322f4bbda5b6363beae319769ccb101020baa1 (patch) | |
| tree | f403673cbc42aea686e5c79e15e7140c6ca820b5 /code/app/build_and_push.sh | |
| parent | e23c57ec6b7163a8d8d14252f5752211a35aa353 (diff) | |
| download | greatoffice-07322f4bbda5b6363beae319769ccb101020baa1.tar.xz greatoffice-07322f4bbda5b6363beae319769ccb101020baa1.zip | |
fix: Put version.txt inside of static
Diffstat (limited to 'code/app/build_and_push.sh')
| -rwxr-xr-x | code/app/build_and_push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/app/build_and_push.sh b/code/app/build_and_push.sh index 5a73e8a..6143419 100755 --- a/code/app/build_and_push.sh +++ b/code/app/build_and_push.sh @@ -38,7 +38,7 @@ echo "Starting build of $HUB_NAME:$NEW_VERSION at $(date -u)..." echo # Put version.txt inside of server -pushd src/wwwroot +pushd static echo "$NEW_VERSION" >version.txt git add version.txt popd |
