Skip to content

Commit

Permalink
Merge c8e0303 into a3d6ab7
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel committed Jul 12, 2020
2 parents a3d6ab7 + c8e0303 commit 2b27263
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Push to server
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.PREVIEW_HOST }}
username: ${{ secrets.PREVIEW_USER }}
key: ${{ secrets.PREVIEW_KEY }}
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
key: ${{ secrets.KEY }}
script: |
cd ${{ secrets.PREVIEW_PATH }}
cd ${{ secrets.PATH }}
git pull
npm i --only=prod
pm2 reload api

0 comments on commit 2b27263

Please sign in to comment.