fix(netlify): deploy to production

This commit is contained in:
MDLeom 2022-01-12 06:50:37 +00:00
parent b3eb8324ae
commit 8456fa862b
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"'