Skip to content

Commit

Permalink
Merge pull request #41 from prgrms-web-devcourse-final-project/hotfix/#…
Browse files Browse the repository at this point in the history
…32-cd

hotfix: cd 수정
  • Loading branch information
hgh1472 authored Nov 29, 2024
2 parents ca95206 + be49869 commit f35ec0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: .env 파일 EC2로 복사
run: |
echo '${{ secretes.EC2_SSH_KEY }}' > bottler-keypair.pem
echo '${{ secrets.EC2_SSH_KEY }}' > bottler-keypair.pem
chmod 600 bottler-keypair.pem
scp -o StrictHostKeyChecking=no -i bottler-keypair.pem docker-compose/.env ubuntu@${{ secrets.EC2_PUBLIC_IP }}:~/docker-compose/.env
Expand Down

0 comments on commit f35ec0a

Please sign in to comment.