forked from MapComplete/MapComplete
Re-enable all necesssary steps for deployHetzner.sh script
This commit is contained in:
parent
4afd6e0795
commit
c2d8ff906b
1 changed files with 3 additions and 3 deletions
|
@ -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/ &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue