moved workflow to web01
All checks were successful
Preview / build-deploy (push) Successful in 40s

This commit is contained in:
Stephan Hadan 2025-05-29 16:21:50 +02:00
parent 014c084a74
commit c272b3e494
Signed by: stephan.hadan
GPG key ID: B2F9DCEB3DA700D5
3 changed files with 3 additions and 2 deletions

View file

@ -26,7 +26,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 }}/dist/* root@vps03.hadan-it.com:/data/webspace/techstack.preview.hadan.de/
/usr/bin/rsync -avz --delete -e "ssh -i /tmp/act_runner_key -o StrictHostKeyChecking=no" ${{ gitea.workspace }}/dist/* root@web01.hadan-it.com:/data/private-nginx/techstack.preview.hadan.de/
- name: ntfy-success-notifications
uses: https://github.com/niniyas/ntfy-action@master
if: success()