diff --git a/deployment.sh b/deployment.sh index d23d9bd37..fcfe80617 100644 --- a/deployment.sh +++ b/deployment.sh @@ -2,20 +2,12 @@ BRANCH=$1 -# checkout -git checkout $BRANCH; - -git pull origin $BRANCH; - # install dependencies npm install --include=dev; # run build npm run build; - -git stash - # run migration npm run migration:run;