Skip to content

Commit

Permalink
[FIX] 배포 워크플로 바보 이슈 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoo0515 authored Mar 11, 2024
1 parent 6d4d762 commit b777fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.EC2_PIRVATE_KEY }}
key: ${{ secrets.EC2_PRIVATE_KEY }}
port: ${{ secrets.EC2_PORT }}
script_stop: true
script: |
Expand Down

0 comments on commit b777fc8

Please sign in to comment.