This commit is contained in:
@ -33,4 +33,6 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- name: Deploy
|
||||
run: rsync -avz --delete -e "ssh -i ~/.ssh/id_ed25519" ./build/ andrei@https://molnarandrei.com:~/www
|
||||
run: |
|
||||
ssh -i ~/.ssh/id_ed25519 andrei@molnarandrei.com "rm -rf ~/www/*"
|
||||
scp -i ~/.ssh/id_ed25519 -r ./build/* andrei@molnarandrei.com:~/www/
|
||||
|
Reference in New Issue
Block a user