Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AgusMiloro authored Apr 16, 2024
1 parent fa754bf commit 0531e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/FIle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
username: ${{ env.REMOTE_USER }}
key: ${{ env.SSH_PRIVATE_KEY }}
script: |
sudo docker run -d -p 8080:8080 --name auditoria_qa ${{ env.DOCKERHUB_USERNAME }}/auditoria_qa:latest
sudo docker run -d -p 3000:3000 --name auditoria_qa ${{ env.DOCKERHUB_USERNAME }}/auditoria_qa:latest
- name: Mostrar información de la página
uses: appleboy/ssh-action@master
Expand All @@ -170,7 +170,7 @@ jobs:
username: ${{ env.REMOTE_USER }}
key: ${{ env.SSH_PRIVATE_KEY }}
script: |
sudo curl localhost:8080
sudo curl localhost:3000

0 comments on commit 0531e21

Please sign in to comment.