chore: try copy whole dist to root
This commit is contained in:
parent
608f4f80e8
commit
bd52ab65d6
1 changed files with 3 additions and 2 deletions
|
@ -14,9 +14,10 @@ tasks:
|
|||
- build: |
|
||||
cd mcfly
|
||||
pnpm -F site run build
|
||||
ls
|
||||
cp -R ./site/dist .
|
||||
ls -al
|
||||
- deploy: |
|
||||
cd mcfly
|
||||
cd mcfly/site
|
||||
{
|
||||
set +x
|
||||
. ~/.buildsecrets
|
||||
|
|
Loading…
Reference in a new issue