Skip to content

Commit

Permalink
Update .github/workflows/deploy-oca.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Cilas Marques <cilas@copin.ufcg.edu.br>
  • Loading branch information
LazaroQueiroz and cilasmarques authored Nov 13, 2024
1 parent 39b56ca commit b961239
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 @@ -55,7 +55,7 @@ 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: Add network
- name: Connect to oca-network
run: docker network connect oca-network oca-frontend-app

- name: Prune unused Docker images
Expand Down

0 comments on commit b961239

Please sign in to comment.