From 07322f4bbda5b6363beae319769ccb101020baa1 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 27 Nov 2022 20:26:48 +0900 Subject: fix: Put version.txt inside of static --- code/app/build_and_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/app/build_and_push.sh') 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 -- cgit v1.3