fixed develop pipeline
All checks were successful
GitHub Actions Build and Deploy mein-techstack / build-deploy (push) Successful in 1m27s

This commit is contained in:
Stephan Hadan 2025-01-26 11:45:04 +01:00
parent bae8949305
commit 70c4f559c5

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.hadan.preview.de/
/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/
- run: echo "This job's status is ${{ job.status }}."