Skip to content

Commit

Permalink
Refactor(#14): deploy_production.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyun0713 authored Jul 17, 2024
1 parent 99b9a55 commit 88ab428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
host: ${{ env.EC2_HOST }}
username: ${{ env.EC2_SSH_USER }}
key: ${{ env.EC2_SSH_PRIVATE_KEY }}
key: ${{ env.PRIVATE_KEY }}
script: |
CURRENT_CONTAINER=${{ env.CURRENT_CONTAINER }}
NEW_CONTAINER=${{ env.NEW_CONTAINER }}
Expand Down

0 comments on commit 88ab428

Please sign in to comment.