Skip to content

Commit

Permalink
Migrate deploy to use netlify/cli action
Browse files Browse the repository at this point in the history
  • Loading branch information
arnellebalane committed Oct 9, 2023
1 parent 0013dd7 commit be5ef7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
VITE_PUBLIC_SENTRY_DSN: ${{ secrets.VITE_PUBLIC_SENTRY_DSN }}
VITE_PUBLIC_SENTRY_ENVIRONMENT: ${{ secrets.VITE_PUBLIC_SENTRY_ENVIRONMENT }}
- uses: netlify/actions/build@master
with:
args: deploy --prod
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_CMD: npm run build
NETLIFY_DIR: dist

0 comments on commit be5ef7b

Please sign in to comment.