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 f7f62db commit 8e40a22
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 @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v1.0.3

- name: Install dependencies
uses: appleboy/ssh-action@master
Expand All @@ -23,7 +23,7 @@ jobs:
sudo yum install -y nodejs npm git
- name: Create working directory
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.IP_COBRANZAS_DEV }}
username: ${{ secrets.USERS_COBRANZAS }}
Expand Down

0 comments on commit 8e40a22

Please sign in to comment.