Compare commits
2 Commits
202de2e4a0
...
prod
Author | SHA1 | Date | |
---|---|---|---|
411c2efcda | |||
0a23fb19a7 |
@ -25,7 +25,6 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 24
|
||||
cache: npm
|
||||
|
||||
- name: Install
|
||||
run: npm ci
|
||||
@ -34,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