diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index 98f00a6a..304e02f7 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -74,7 +74,7 @@ jobs: cd pansoft-plrl/apps/web-office echo "Local files in the directory:" ls - sshpass -p "zxs123123" scp -o StrictHostKeyChecking=no -r dist.zip root@172.19.183.27:/opt/pansoft + sshpass -p "zxs123123" scp -o StrictHostKeyChecking=no -r index.html root@172.19.183.27:/opt/pansoft echo "Files transferred." # Execute remote commands