Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KimMinWoooo committed Sep 4, 2024
1 parent f438275 commit 1aa40b3
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 @@ -51,9 +51,9 @@ jobs:
- 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/ai:latest ./ai
docker push $DOCKER_HUB_USERNAME/backend:latest
# docker push $DOCKER_HUB_USERNAME/ai:latest
# docker push $DOCKER_HUB_USERNAME/ai:latest

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

0 comments on commit 1aa40b3

Please sign in to comment.