diff options
| author | ivar <i@oiee.no> | 2025-10-06 12:07:14 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-10-06 12:07:14 +0200 |
| commit | 360f2a363619822d65dab0fd48f36999a1293002 (patch) | |
| tree | 5c1e3e4ea1344d53a155669fc8e3c3387e5a577b /VegaData/build_and_push.sh | |
| parent | f18f3fee8844df98a30c2d248dfca04643dd4365 (diff) | |
| download | vegadata-360f2a363619822d65dab0fd48f36999a1293002.tar.xz vegadata-360f2a363619822d65dab0fd48f36999a1293002.zip | |
Initial
Diffstat (limited to 'VegaData/build_and_push.sh')
| -rwxr-xr-x | VegaData/build_and_push.sh | 2 |
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 |
