Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcooperma authored Nov 13, 2024
1 parent 2684652 commit 2c92839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: npm install

- name: Deploy to AWS EC2
uses: appleboy/scp-action@main
uses: tcooperma/scp-action@main
with:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
Expand All @@ -24,7 +24,7 @@ jobs:
target: "/var/www/your_project_directory"

- name: Restart PM2 application
uses: appleboy/ssh-action@main
uses: tcooperma/ssh-action@main
with:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
Expand Down

0 comments on commit 2c92839

Please sign in to comment.