fixed develop pipeline
All checks were successful
GitHub Actions Build and Deploy mein-techstack / build-deploy (push) Successful in 1m27s
All checks were successful
GitHub Actions Build and Deploy mein-techstack / build-deploy (push) Successful in 1m27s
This commit is contained in:
parent
bae8949305
commit
70c4f559c5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ 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 }}/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 }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue