changed dpa, moved workflow to web01
All checks were successful
Build,test and deploy reaktionsfaehig.net / deploy-prod (push) Successful in 1m29s

This commit is contained in:
Stephan Hadan 2025-05-29 14:42:22 +02:00
parent deaa8ea120
commit 2010c63de7
Signed by: stephan.hadan
GPG key ID: B2F9DCEB3DA700D5
3 changed files with 5 additions and 2 deletions

View file

@ -37,5 +37,5 @@ 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 }}/public/* root@vps03.hadan-it.com:/data/webspace/reaktionsfaehig.net/
/usr/bin/rsync -avz --delete -e "ssh -i /tmp/act_runner_key -o StrictHostKeyChecking=no" ${{ gitea.workspace }}/public/* root@web01.hadan-it.com:/data/private-nginx/reaktionsfaehig.net/
- run: echo "This job's status is ${{ job.status }}."