Skip to content

Commit

Permalink
ci: add env
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed Jul 19, 2024
1 parent 2c6e52f commit b19fd86
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/v-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
AUTH_TRUST_HOST: ${{secrets.AUTH_TRUST_HOST}}
steps:
- uses: actions/checkout@v4
- run: ls && pwd
- run: rush install
- run: rush build --to v-next
- run: pm2 restart v-next
- run: |
pm2 restart v-next --update-env
pm2 set v-next:AUTH_SECRET ${{ secrets.AUTH_SECRET }}
pm2 set v-next:AUTH_GITHUB_ID ${{ secrets.AUTH_GITHUB_ID }}
pm2 set v-next:AUTH_GITHUB_SECRET ${{ secrets.AUTH_GITHUB_SECRET }}
pm2 set v-next:AUTH_TRUST_HOST ${{ secrets.AUTH_TRUST_HOST }}

0 comments on commit b19fd86

Please sign in to comment.