fixed build job
All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 19s
All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 19s
This commit is contained in:
parent
5b37725d27
commit
cc20bb8e32
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -35,5 +35,5 @@ 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 }}/public/* root@vps03.hadan-it.com:/opt/npm/webspace/iamstephan.info/
|
||||
/usr/bin/rsync -avz --delete -e "ssh -i /tmp/act_runner_key -o StrictHostKeyChecking=no" ${{ gitea.workspace }}/public/* root@vps03.hadan-it.com:/data/webspace/iamstephan.info/
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
|
|
Loading…
Add table
Reference in a new issue