Skip to content

Commit

Permalink
Merge pull request #83 from 2023-Winter-Bootcamp-Team-J/set/#81
Browse files Browse the repository at this point in the history
set: cd test
  • Loading branch information
jungeunyooon authored Jan 24, 2024
2 parents f460570 + b2c5eb8 commit 42c6cec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs: # Job
# docker-compose에서 사용하는 이미지들을 build, 공식 이미지들은 x
- name: Build docker images
run: |
docker-compose -f docker-compose.prod.yml build
docker-compose -f docker-compose.yml -f docker-compose.monitoring.yml build
docker images
# docker hub repository에 이미지들을 push
Expand All @@ -55,6 +55,7 @@ jobs: # Job
with:
host: ${{secrets.AWS_HOST}}
username: ${{secrets.AWS_USERNAME}}
password: ${{ secrets.PASSWD }}
key: ${{ secrets.AWS_KEY_PEM }}
envs: GITHUB_SHA
script: |
Expand Down

0 comments on commit 42c6cec

Please sign in to comment.