fix(netlify): deploy to production

This commit is contained in:
MDLeom 2022-01-12 06:47:21 +00:00
parent 78ef3f356f
commit aa67d19076
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ netlify:
script:
- npm run build
- netlify deploy --dir=public
- netlify deploy --dir=public --prod
rules:
- if: '$NETLIFY == "true"'