chore: fix .build.yml
This commit is contained in:
parent
e28bff5d3e
commit
5b8da8f2c9
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@ environment:
|
||||||
NETLIFY_SITE_ID: 390b392a-a898-491b-8500-79aa30f724d6
|
NETLIFY_SITE_ID: 390b392a-a898-491b-8500-79aa30f724d6
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
cd mcfly/site
|
cd "mcfly/site"
|
||||||
npm i
|
npm i
|
||||||
- build: |
|
- build: |
|
||||||
cd mcfly/site
|
cd "mcfly/site"
|
||||||
NODE_ENV=production npm run build
|
NODE_ENV=production npm run build
|
||||||
- deploy: |
|
- deploy: |
|
||||||
cd mcfly/site
|
cd "mcfly/site"
|
||||||
{
|
{
|
||||||
set +x
|
set +x
|
||||||
. ~/.buildsecrets
|
. ~/.buildsecrets
|
||||||
|
|
Loading…
Reference in a new issue