Re-enable all necesssary steps for deployHetzner.sh script

This commit is contained in:
Pieter Vander Vennet 2024-02-12 16:38:15 +01:00
parent 4afd6e0795
commit c2d8ff906b

View file

@ -11,9 +11,9 @@
cp config.json config.json.bu &&
cp ./scripts/hetzner/config.json . && # Copy the config _before_ building, as the config might contain some needed URLs
# npm run reset:layeroverview
# npm run test &&
# npm run prepare-deploy &&
npm run reset:layeroverview
npm run test &&
npm run prepare-deploy &&
zip dist.zip -r dist/* &&
mv config.json.bu config.json &&
scp ./scripts/hetzner/config/* hetzner:/root/ &&