Skip to content

Commit

Permalink
Fix workflow again
Browse files Browse the repository at this point in the history
(cherry picked from commit a45a5fb)
  • Loading branch information
casko1 committed Jul 11, 2024
1 parent 366ee03 commit f06204e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.SSH_KEY }}
source: build/libs/wheelbarrow-bot-${{ env.version }}.jar
Expand All @@ -55,6 +56,7 @@ jobs:
uses: appleboy/ssh-action@v0.1.8
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.SSH_KEY }}
script: |
Expand Down

0 comments on commit f06204e

Please sign in to comment.