Skip to content

Commit

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

hotfix: ci-cd 변경
  • Loading branch information
l2yujw authored Nov 29, 2024
2 parents 02247b7 + 9052a10 commit 8490c70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ jobs:
echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" >> docker-compose/.env
echo "TAG=${{ github.sha }}" >> docker-compose/.env
- name: SSH key permissions
run: chmod 400 ${{ secrets.EC2_SSH_KEY }}

- name: .env 파일 EC2로 복사
run: |
scp -i ${{ secrets.EC2_SSH_KEY }} docker-compose/.env ubuntu@${{ secrets.EC2_PUBLIC_IP }}:~/docker-compose/.env
Expand Down

0 comments on commit 8490c70

Please sign in to comment.