ci: deploy builds to production
All checks were successful
Build and deploy / deploy (push) Successful in 2m12s
All checks were successful
Build and deploy / deploy (push) Successful in 2m12s
This commit is contained in:
parent
91d589e528
commit
dab6e0ba85
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ jobs:
|
||||||
run: nix develop --command npm run build
|
run: nix develop --command npm run build
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: nix develop --command netlify deploy --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} -s ${{ vars.NETLIFY_SITE_ID }}
|
run: nix develop --command netlify deploy --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} -s ${{ vars.NETLIFY_SITE_ID }} --prod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue