Skip to content

Commit

Permalink
fix: 유저네임 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
uwoobeat committed Nov 29, 2023
1 parent 24a9d3f commit 1fe9040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: appleboy/scp-action@v0.1.4
with:
host: ${{ secrets.NCP_HOST }}
username: ${{ secrets.NCP_USERNAME }}
username: tenminute
key: ${{ secrets.NCP_PRIVATE_KEY }}
port: ${{ secrets.NCP_PORT }}
source: docker-compose.yaml
Expand Down

0 comments on commit 1fe9040

Please sign in to comment.