Skip to content

Commit

Permalink
Merge branch 'feautre/be/#115-CICD' of github.com:kookmin-sw/capstone…
Browse files Browse the repository at this point in the history
…-2024-30 into feautre/be/#115-CICD

# Conflicts:
#	.github/workflows/deploy.yml
  • Loading branch information
mclub4 committed May 1, 2024
2 parents b167c67 + 30e4f90 commit 3e13409
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Copy .env to EC2
uses: appleboy/scp-action@master
with:
host: ${{ secrets.AWS_HOST }}
host: ${{ secrets.HOST }}
username: ubuntu
key: ${{ secrets.AWS_KEY }}
password: ${{ secrets.AWS_FINGERPRINT }}
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Copy docker-compose.yaml to EC2
uses: appleboy/scp-action@master
with:
host: ${{ secrets.AWS_HOST }}
host: ${{ secrets.HOST }}
username: ubuntu
key: ${{ secrets.AWS_KEY }}
password: ${{ secrets.AWS_FINGERPRINT }}
Expand Down Expand Up @@ -130,4 +130,3 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: always()


0 comments on commit 3e13409

Please sign in to comment.