moved workflow to web01
All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 56s

This commit is contained in:
Stephan Hadan 2025-05-29 14:35:23 +02:00
parent 990c35dd1d
commit 22d2276d49
Signed by: stephan.hadan
GPG key ID: B2F9DCEB3DA700D5

View file

@ -35,5 +35,5 @@ jobs:
chmod 600 /tmp/act_runner_key chmod 600 /tmp/act_runner_key
- name: rsync public directory - name: rsync public directory
run: | run: |
/usr/bin/rsync -avz --delete -e "ssh -i /tmp/act_runner_key -o StrictHostKeyChecking=no" ${{ gitea.workspace }}/public/* root@web01.hadan-it.com:/data/webspace/iamstephan.info/ /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/iamstephan.info/
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."