Skip to content

Commit

Permalink
fix: github actions 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JuJaeng2 committed Jan 16, 2025
1 parent 77ee7d0 commit af3793d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
host: ${{ secrets.EC2_HOST }} # 인스턴스 IP
username: ${{ secrets.EC2_USER_NAME }} # 우분투 아이디
key: ${{ secrets.PRIVATE_KEY }} # ec2 instance pem key
key: ${{ secrets.EC2_PEM_KEY }} # ec2 instance pem key
script: | # 실행할 스크립트
docker login -u ${{secrets.DOCKER_USER}} -p ${{secrets.DOCKER_PASSWORD}}
cd ~/thisismoney
Expand Down

0 comments on commit af3793d

Please sign in to comment.