From 5b8da8f2c96916207336b3a0514e969331f9ec85 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 9 Jan 2025 20:00:25 +0100 Subject: [PATCH] chore: fix .build.yml --- .build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index 62bf0a4..f44c6d3 100644 --- a/.build.yml +++ b/.build.yml @@ -8,13 +8,13 @@ environment: NETLIFY_SITE_ID: 390b392a-a898-491b-8500-79aa30f724d6 tasks: - setup: | - cd mcfly/site + cd "mcfly/site" npm i - build: | - cd mcfly/site + cd "mcfly/site" NODE_ENV=production npm run build - deploy: | - cd mcfly/site + cd "mcfly/site" { set +x . ~/.buildsecrets