dark-firepit.cloud/update.sh

6 lines
185 B
Bash
Executable File

#!/bin/bash
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/