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 14, 2023
1 parent e4d7f9c commit 6aac438
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
script: |
cd /root/tang-boot/
cd /root
if [ -d 'tang-boot' ]; then
mkdir tang-boot
fi
cd tang-boot/
if [ ! -d 'jars' ]; then
mkdir jars
fi
Expand Down

0 comments on commit 6aac438

Please sign in to comment.