Skip to content

Commit

Permalink
cobranzas_dev ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhay2008 authored Apr 2, 2024
1 parent 8356ab8 commit 7aa341f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cobranzas_dev ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
username: ${{ env.EC2_USERNAME }}
key: ${{ env.EC2_SSH_KEY }}
script: |
cd /opt/nombreDeSuDirectorio
cd /opt/ms-cobranzas-dev-app
sudo npm install express pm2
- name: Start service
Expand All @@ -65,7 +65,7 @@ jobs:
username: ${{ env.EC2_USERNAME }}
key: ${{ env.EC2_SSH_KEY }}
script: |
cd /opt/nombreDeSuDirectorio
cd /opt/ms-cobranzas-dev-app
sudo pm2 start app.js
- name: Check service status
Expand Down

0 comments on commit 7aa341f

Please sign in to comment.