Skip to content

Commit

Permalink
Agrego docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
martinchogimenez committed Apr 17, 2024
1 parent fc0f119 commit f4dcffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_Proveedores-QA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:

- name: Deploy to QA Environment (using secrets)
run:
ssh -i ${{ secrets.PEM_PROV_QA }} ec2-user@${{ secrets.IP_PROV_QA }} 'docker pull 471626/imagen-prov-qa && docker run -d -p 3000:3000 471626/imagen-prov-qa' |
# docker pull 471626/imagen-prov-qa
docker pull 471626/imagen-prov-qa
docker run -d -p 3000:3000 471626/imagen-prov-qa

- name: Verify Service is Running
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit f4dcffe

Please sign in to comment.