更新 .gitea/workflows/build-action.yaml
Frontend CI/CD / build (web-office) (push) Failing after 2m22s Details

This commit is contained in:
z9130 2024-09-16 19:51:08 +08:00
parent 99bbd685a4
commit c8f5c8ab53
1 changed files with 2 additions and 2 deletions

View File

@ -71,10 +71,10 @@ jobs:
- name: Transfer files to target server
run: |
echo "Transferring files..."
cd pansoft-plrl/apps
cd pansoft-plrl/apps/web-office
echo "Local files in the directory:"
ls
sshpass -p "zxs123123" scp -o StrictHostKeyChecking=no -r web-office/dist.zip root@172.19.183.27:/opt/pansoft
sshpass -p "zxs123123" scp -o StrictHostKeyChecking=no -r /workspace/z9130/pansoft-plrl/pansoft-plrl/apps/web-office/dist.zip root@172.19.183.27:/opt/pansoft
echo "Files transferred."
# Execute remote commands