(deploy) update deploy script

This commit is contained in:
Maciej Jur 2023-07-09 13:02:07 +02:00
parent 27c99e0484
commit bcbac80ef0
No known key found for this signature in database
GPG key ID: ADA3BF323198C639
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +0,0 @@
#!/bin/bash
pnpm build
rsync -qi -Pavz -e "ssh -i ~/.ssh/id_ed25519" ./dist/ 70.34.244.173:/var/www/kamoshi.org --delete
echo "Done"

5
tools/deploy.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
pnpm build
rsync -Pavz ./dist/ kamoshi.org:/var/www/kamoshi.org --delete
echo "Done"