From 4c22d3b413986abe8cd187a9fb958b1ecc8069c2 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 9 Jan 2025 21:07:00 +0100 Subject: [PATCH] chore: try to run deploy in root dir --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 1c479e5..aa70775 100644 --- a/.build.yml +++ b/.build.yml @@ -16,7 +16,7 @@ tasks: pnpm -F site run build ls - deploy: | - cd mcfly/site + cd mcfly ls /home/build/mcfly/site/dist { set +x @@ -24,4 +24,4 @@ tasks: set -x } export NETLIFY_AUTH_TOKEN - npm run deploy \ No newline at end of file + npx netlify deploy --site=$NETLIFY_SITE_ID --dir=./site/dist \ No newline at end of file