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

This commit is contained in:
z9130 2024-09-16 19:09:29 +08:00
parent ac43d2fc1b
commit 634c8c7b32
1 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,9 @@ jobs:
run: |
echo "Transferring files..."
cd pansoft-plrl
sshpass -p "zxs123123" scp -o StrictHostKeyChecking=no -r apps/${{ matrix.project }}/dist.zip root@172.19.183.27:/opt/pansoft
echo "Local files in the directory:"
ls
sshpass -p "zxs123123" scp -o StrictHostKeyChecking=no -r ./apps/${{ matrix.project }}/dist.zip root@172.19.183.27:/opt/pansoft
echo "Files transferred."
- name: Execute remote commands