diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5bdc4ee5..eceba836 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,6 +29,7 @@ jobs: port: ${{ secrets.PORT }} # 服务器ssh端口(默认22) script: | cd /root/Official-website-backend + rm -rf dist git pull bash ./gradlew build -x test cd dist