Skip to content

Commit

Permalink
[aws] feat: User Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Aug 18, 2024
1 parent a0a5b0e commit 6910e76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-deploy-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
steps:
- name: Delete old be container
run: docker rm -f notes-app-be
- name: Delete old be image
run: docker image rm -f ${{ secrets.DOCKERHUB_USERNAME }}notes-app-fe
- name: Prune docker system
run: docker system prune -f
- name: Pull image from docker hub
Expand Down

0 comments on commit 6910e76

Please sign in to comment.