Skip to content

Commit

Permalink
Agrego pausa antes de iniciar app.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinchogimenez committed Apr 8, 2024
1 parent f94ac3c commit 5193e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI_Pipeline-DEV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Start Node Service
run: |
sleep 5 # Espera 5 segundos
sudo pm2 start /opt/appDir/app.js --name "myApp"
- name: Check if Application is Running
Expand Down

0 comments on commit 5193e55

Please sign in to comment.