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 6e9ebc9 commit 53c12d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
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 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
docker push $DOCKER_HUB_USERNAME/crawling:latest
# Backend 서비스 배포 (AWS Systems Manager 사용)
- name: Deploy Backend services
Expand Down

0 comments on commit 53c12d2

Please sign in to comment.