Skip to content

Commit

Permalink
Update backend-ec2-deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Haroun Alarabi <[email protected]>
  • Loading branch information
HarounAlarabi authored Feb 14, 2024
1 parent 25f60e4 commit 7bfd385
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/backend-ec2-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:

- name: Build and push Docker image
run: |
docker build -t harounalarabi/server
docker push harounalarabi/server:latest
docker build -t harounalarabi/server .
docker push harounalarabi/server:tagname
- name: Deploy to EC2
Expand Down

0 comments on commit 7bfd385

Please sign in to comment.