dark-firepit.cloud/update.sh

6 lines
185 B
Bash
Raw Normal View History

2022-11-20 05:33:52 +01:00
#!/bin/bash
2022-11-20 05:20:29 +01:00
pnpm run build
# clean up old assets
#ssh dark-firepit "rm -f /var/www/dark-firepit.cloud/_app"
rsync -z -h -v -r -P -t ./build/ lucent-firepit:/var/www/dark-firepit.cloud/