chore: run netlify deploy on root
This commit is contained in:
parent
0bc718a81f
commit
ffc0f05e44
2 changed files with 3 additions and 4 deletions
|
@ -15,11 +15,11 @@ tasks:
|
|||
cd mcfly
|
||||
pnpm -F site run build
|
||||
- deploy: |
|
||||
cd mcfly/site
|
||||
cd mcfly
|
||||
{
|
||||
set +x
|
||||
. ~/.buildsecrets
|
||||
set -x
|
||||
}
|
||||
export NETLIFY_AUTH_TOKEN
|
||||
pnpm run deploy
|
||||
pnpm -F site run deploy
|
|
@ -1,4 +1,3 @@
|
|||
[build]
|
||||
base = "site"
|
||||
publish = "dist"
|
||||
command = "pnpm run build"
|
||||
publish = "dist"
|
Loading…
Reference in a new issue