This commit is contained in:
parent
014c084a74
commit
c272b3e494
3 changed files with 3 additions and 2 deletions
|
@ -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()
|
||||
|
|
|
@ -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.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.hadan.de/
|
||||
|
||||
- name: ntfy-success-notifications
|
||||
uses: https://github.com/niniyas/ntfy-action@master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue