Skip to content

Commit

Permalink
update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
minhquang31122000 committed Nov 29, 2024
1 parent f2305b3 commit 1a1509f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Build and push Docker image
run: |
docker build -t minhquang31122000/movie-app-be:latest .
docker push minhquang31122000/movie-app-be:latest
docker compose build
docker push minhquang31122000/movies-app-fe:latest
- name: Deploy to EC2
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 1a1509f

Please sign in to comment.