Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KimMinWoooo committed Aug 28, 2024
1 parent a40910d commit 4794898
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
# aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"

# Backend, AI, Crawling 이미지 빌드 및 푸시
- name: Build and push Docker images
run: |
docker build -t $DOCKER_HUB_USERNAME/backend:latest ./backend
docker build -t $DOCKER_HUB_USERNAME/ai:latest ./ai
docker build -t $DOCKER_HUB_USERNAME/crawling:latest ./crawling
docker push $DOCKER_HUB_USERNAME/backend:latest
docker push $DOCKER_HUB_USERNAME/ai:latest
docker push $DOCKER_HUB_USERNAME/crawling:latest
# - name: Build and push Docker images
# run: |
# docker build -t $DOCKER_HUB_USERNAME/backend:latest ./backend
# docker build -t $DOCKER_HUB_USERNAME/ai:latest ./ai
# docker build -t $DOCKER_HUB_USERNAME/crawling:latest ./crawling
# docker push $DOCKER_HUB_USERNAME/backend:latest
# docker push $DOCKER_HUB_USERNAME/ai:latest
# docker push $DOCKER_HUB_USERNAME/crawling:latest

# Backend 서비스 배포 (AWS Systems Manager 사용)
- name: Deploy Backend services
Expand Down

0 comments on commit 4794898

Please sign in to comment.