Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix: ssh username 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed Jan 13, 2024
1 parent c0eecdf commit 63016b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{secrets.DEPLOY_SERVER_HOST}}
username: ${{secrets.DEPLOY_SERVER_USERNAME}}
password: ${{secrets.DEPLOY_SERVER_PASSWORD}}
port: ${{secrets.DEPLOY_SERVER_PORT}}
script: |
Expand Down

0 comments on commit 63016b2

Please sign in to comment.