Skip to content

Commit

Permalink
testing aws deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
LazaroQueiroz committed Nov 12, 2024
1 parent 6e91cb8 commit b0e8bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-oca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: sudo docker rm -f ${{ vars.CONTAINER_NAME_PROD }} || true

- name: Run new container
run: sudo docker run --name ${{ vars.CONTAINER_NAME_PROD }} -p 80:${{ vars.CONTAINER_PORT }} -d ${{ vars.DOCKER_IMAGE_PROD }}:latest
run: sudo docker run --name ${{ vars.CONTAINER_NAME_PROD }} -p ${{ vars.HOST_PORT_PROD }}:${{ vars.CONTAINER_PORT }} -d ${{ vars.DOCKER_IMAGE_PROD }}:latest

- name: Prune unused Docker images
run: sudo docker system prune -f
Expand Down

0 comments on commit b0e8bcc

Please sign in to comment.