Skip to content

Commit

Permalink
Chore: 产物编译
Browse files Browse the repository at this point in the history
  • Loading branch information
OHeroJ committed Aug 6, 2023
1 parent 9548d14 commit 5b0c79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: "output_filename.zip"
target: "/www/wwwroot/iblog.oldbird.run/"
target: ${{TARGET_FOLD}}

- name: 部署服务
uses: appleboy/ssh-action@v1.0.0
Expand All @@ -67,7 +67,7 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: |
cd /www/wwwroot/iblog.oldbird.run/
cd ${{TARGET_FOLD}}
ls -all
unzip -o output_filename.zip
chmod +x App
Expand Down

0 comments on commit 5b0c79a

Please sign in to comment.