Removing turbo setup command, it's already set up for deployer user
This time it SHOULD work fine???
This commit is contained in:
parent
0db55d0e95
commit
e81081e906
1 changed files with 1 additions and 2 deletions
3
stage.sh
3
stage.sh
|
|
@ -11,6 +11,5 @@ SOURCE_DIR=$1
|
|||
cd "$SOURCE_DIR"
|
||||
git fetch --all && git branch "backup-$(date +'%s')"
|
||||
|
||||
pnpm i -g turbo \
|
||||
&& git checkout -f origin/main \
|
||||
git checkout -f origin/main \
|
||||
&& pnpm i && turbo build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue