cicd: change /bonefire dir to /data/bonfire
This commit is contained in:
parent
4186e3df94
commit
34034b6467
1 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@ steps:
|
|||
commands:
|
||||
- pnpm install
|
||||
- pnpm run build
|
||||
- rm -rv /bonfire
|
||||
- cp -rv ./build /bonfire/
|
||||
- rm -rv /data/bonfire
|
||||
- cp -rv ./build /data/bonfire/
|
||||
|
|
Loading…
Add table
Reference in a new issue