1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
AM
411c2efcda replace rsync with scp
All checks were successful
Build Node / deploy (push) Successful in 15s
2025-06-22 16:46:06 +02:00
AM
0a23fb19a7 remove cache 2025-06-22 16:36:10 +02:00

View File

@ -25,7 +25,6 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 24 node-version: 24
cache: npm
- name: Install - name: Install
run: npm ci run: npm ci
@ -34,4 +33,6 @@ jobs:
run: npm run build run: npm run build
- name: Deploy - 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/