Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matievisthekat committed Jul 2, 2020
1 parent b87ec23 commit cfcfdc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 12
node-version: 14
- run: curl -d AUTH=${{ secrets.API_AUTH }} -d "command=git pull" https://api.bort.matievisthekat.dev/api/v1/exec
- run: curl -d AUTH=${{ secrets.API_AUTH }} -d "command=npm i" https://api.bort.matievisthekat.dev/api/v1/exec
- run: curl -d AUTH=${{ secrets.API_AUTH }} -d "command=pm2 restart bort" https://api.bort.matievisthekat.dev/api/v1/exec

0 comments on commit cfcfdc3

Please sign in to comment.