Skip to content

Commit

Permalink
Update nodejs-digital-ocean-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
polijr authored Jul 6, 2024
1 parent a3e75b5 commit 6073990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-digital-ocean-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: yarn build

- name: Copy dist to Digital Ocean
uses: appleboy/scp-action@master
uses: appleboy/scp-action@v0.1.3
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
Expand All @@ -47,7 +47,7 @@ jobs:
target: "~/PedroSolfa-Back"

- name: Run production scripts on Digital Ocean
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v0.1.3
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
Expand Down

0 comments on commit 6073990

Please sign in to comment.