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 b0e8bcc commit 116c115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-oca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: Run new container
run: sudo docker run --name ${{ vars.CONTAINER_NAME_PROD }} -p ${{ vars.HOST_PORT_PROD }}:${{ vars.CONTAINER_PORT }} -d ${{ vars.DOCKER_IMAGE_PROD }}:latest

- name: Adding network to the container
run: docker network connect oca-network oca-frontend-app

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

0 comments on commit 116c115

Please sign in to comment.