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 7aa341f commit 91d1c9e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cobranzas_dev ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ jobs:
cd /opt/ms-cobranzas-dev-app
sudo npm install express pm2
- name: Instalar PM2
uses: appleboy/ssh-action@master
with:
host: ${{ env.EC2_HOST }}
username: ${{ env.EC2_USERNAME }}
key: ${{ env.EC2_SSH_KEY }}
script: |
sudo npm install -g pm2
- name: Start service
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit 91d1c9e

Please sign in to comment.