dev:修改脚本

This commit is contained in:
liubocheng 2025-03-26 16:40:10 +08:00
parent 101a4b9ec6
commit 9603ea2df4
1 changed files with 1 additions and 1 deletions

View File

@ -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