Skip to content

Commit

Permalink
Use ssh key auth for CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
casko1 committed Jul 11, 2024
1 parent 67b012f commit ab1d18e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ jobs:
uses: appleboy/ssh-action@v0.1.8
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
key: ${{ secrets.SSH_KEY }}
script: |
cd wheelbarrow-v2
. ./deploy.sh wheelbarrow-bot-${{ env.version }}.jar

0 comments on commit ab1d18e

Please sign in to comment.