changed dpa, moved workflow to web01
All checks were successful
ci / deploy (push) Successful in 1m26s

This commit is contained in:
Stephan Hadan 2025-05-29 14:34:31 +02:00
parent c6ffb88183
commit 56671d7925
Signed by: stephan.hadan
GPG key ID: B2F9DCEB3DA700D5
4 changed files with 6 additions and 3 deletions

View file

@ -37,7 +37,7 @@ jobs:
chmod 600 /tmp/act_runner_key
- name: rsync public directory
run: |
/usr/bin/rsync -avz --delete -e "ssh -i /tmp/act_runner_key -o StrictHostKeyChecking=no" ${{ gitea.workspace }}/site/* root@vps03.hadan-it.com:/data/webspace/stephan.hadan.de/
/usr/bin/rsync -avz --delete -e "ssh -i /tmp/act_runner_key -o StrictHostKeyChecking=no" ${{ gitea.workspace }}/site/* root@web01.hadan-it.com:/data/private-nginx/stephan.hadan.de/
- run: echo "This job's status is ${{ job.status }}."
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

View file

@ -37,7 +37,7 @@ jobs:
chmod 600 /tmp/act_runner_key
- name: rsync public directory
run: |
/usr/bin/rsync -avz --delete -e "ssh -i /tmp/act_runner_key -o StrictHostKeyChecking=no" ${{ gitea.workspace }}/site/* root@vps03.hadan-it.com:/data/webspace/stephan.preview.hadan.de/
/usr/bin/rsync -avz --delete -e "ssh -i /tmp/act_runner_key -o StrictHostKeyChecking=no" ${{ gitea.workspace }}/site/* root@web01.hadan-it.com:/data/private-nginx/stephan.preview.hadan.de/
- run: echo "This job's status is ${{ job.status }}."
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}