Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1uckyCat authored Oct 16, 2023
1 parent 96e3c00 commit f44bc36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
host: ${{ secrets.SSH_SERVER }}
username: ${{ secrets.SSH_USER }}
key: ${{ SSH_PRIVATEKEY }}
passphrase: ${{ SSH_KEY_PASSWORD }}
key: ${{ secrets.SSH_PRIVATEKEY }}
passphrase: ${{ secrets.SSH_KEY_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
source: "/home/runner/work/MyOwnGame/MyOwnGame/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/*"
target: "~/sigame"
Expand Down

0 comments on commit f44bc36

Please sign in to comment.