aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcode/app/build_and_push.sh2
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