summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VegaData/.version2
-rwxr-xr-xVegaData/build_and_push.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/VegaData/.version b/VegaData/.version
index 626799f..8c1384d 100644
--- a/VegaData/.version
+++ b/VegaData/.version
@@ -1 +1 @@
-v1
+v2
diff --git a/VegaData/build_and_push.sh b/VegaData/build_and_push.sh
index 34b0ff1..6dfeb96 100755
--- a/VegaData/build_and_push.sh
+++ b/VegaData/build_and_push.sh
@@ -36,7 +36,7 @@ echo "Starting build of $HUB_NAME:$NEW_VERSION at $(date -u)..."
echo
# Put version.txt inside of server
-pushd src/wwwroot
+pushd wwwroot
echo "$NEW_VERSION" >version.txt
git add version.txt
popd