Skip to content

Commit

Permalink
Merge pull request #26 from enMedD/SchadenKai-patch-2
Browse files Browse the repository at this point in the history
Update deploy-uat.yml
  • Loading branch information
SchadenKai authored Jul 15, 2024
2 parents 51b3b5e + 07ed8b6 commit 0cb0032
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Delete Old Docker
run: |
docker-compose -f docker-compose.yml -p chp-stack down
docker rmi $(docker images -q) -f
docker system prune --all
- name: Configure AWS credentials
Expand All @@ -40,5 +39,5 @@ jobs:
- name: Run Docker Compose
run: |
docker-compose -f docker-compose.yml -p chp-uat up -d --build
docker-compose -f docker-compose.yml -p chp-uat up -d --build --force-recreate

0 comments on commit 0cb0032

Please sign in to comment.