summaryrefslogtreecommitdiffstats
path: root/VegaData/build_and_push.sh
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-10-06 12:07:14 +0200
committerivar <i@oiee.no>2025-10-06 12:07:14 +0200
commit360f2a363619822d65dab0fd48f36999a1293002 (patch)
tree5c1e3e4ea1344d53a155669fc8e3c3387e5a577b /VegaData/build_and_push.sh
parentf18f3fee8844df98a30c2d248dfca04643dd4365 (diff)
downloadvegadata-360f2a363619822d65dab0fd48f36999a1293002.tar.xz
vegadata-360f2a363619822d65dab0fd48f36999a1293002.zip
Initial
Diffstat (limited to 'VegaData/build_and_push.sh')
-rwxr-xr-xVegaData/build_and_push.sh2
1 files changed, 1 insertions, 1 deletions
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