Skip to content

Commit

Permalink
test: CICD 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed May 6, 2024
1 parent ad30dcf commit 379723a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ jobs:
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
run: |
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker build -t $DOCKER_USERNAME/alarm .
docker push $DOCKER_USERNAME/alarm
docker build -t $DOCKER_USERNAME/alarm-blue .
docker build -t $DOCKER_USERNAME/alarm-green .
docker push $DOCKER_USERNAME/alarm-blue
docker push $DOCKER_USERNAME/alarm-green
deploy:
needs: build
Expand Down

0 comments on commit 379723a

Please sign in to comment.