Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tangllty committed Nov 13, 2023
1 parent 9ef009a commit fbe993d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
- name: Build with Maven
run: sh bin/package.sh

#- name: Deploy to server
# uses: appleboy/scp-action@master
# with:
# host: ${{ secrets.SERVER_HOST }}
# username: ${{ secrets.SERVER_USERNAME }}
# password: ${{ secrets.SERVER_PASSWORD }}
# port: 22
# source: tang-admin/target/tang-admin-*.jar
# target: /root/tang-boot/
- name: Deploy to server
uses: appleboy/scp-action@master
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
port: 22
source: 'tang-admin/target/tang-admin-*.jar'
target: /root/tang-boot/

#- name: Run JAR file
# uses: appleboy/ssh-action@master
Expand Down

0 comments on commit fbe993d

Please sign in to comment.