Skip to content

Commit

Permalink
Use npx to run surge in site refresh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esebastian authored Sep 4, 2019
1 parent a45ab9e commit 8587466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: yarn run build
env:
NODE_ENV: production
- run: surge --project $GITHUB_WORKSPACE/dist --domain vlctechhub-revamp.surge.sh
- run: npx surge --project $GITHUB_WORKSPACE/dist --domain vlctechhub-revamp.surge.sh
env:
SURGE_LOGIN: ${{secrets.SURGE_LOGIN}}
SURGE_TOKEN: ${{secrets.SURGE_TOKEN}}

0 comments on commit 8587466

Please sign in to comment.