- integration of cusdis to blog pages
All checks were successful
ci / deploy (push) Successful in 2m36s

- added dev.to community icon to social media links
- changed path to root for website deployment
This commit is contained in:
Stephan Hadan 2025-01-09 18:45:41 +01:00
parent b5ee87e8c8
commit ad9c9de9b3

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:/opt/npm/webspace/stephan.hadan.de/
/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/
- run: echo "This job's status is ${{ job.status }}."
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}