dev:修改脚本
This commit is contained in:
parent
101a4b9ec6
commit
9603ea2df4
|
@ -46,7 +46,7 @@ jobs:
|
|||
- name: Sync code
|
||||
run: |
|
||||
rsync -avz --delete --exclude=".env" \
|
||||
-e "ssh -o StrictHostKeyChecking=no -i /home/runner/.ssh/id_rsa" \
|
||||
-e "ssh -o StrictHostKeyChecking=no -i /root/.ssh/id_rsa" \
|
||||
./ deploy-user@43.142.97.39:/data/laravel_test/
|
||||
|
||||
- name: Deploy containers
|
||||
|
|
Loading…
Reference in New Issue