Skip to content

Commit a00a658

Browse files
committed
Change yarn to npm
1 parent 9e0215b commit a00a658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-homolog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pem=AppContainers.pem
88

99
branch=$(git symbolic-ref --short HEAD)
1010
git='~/bin/git-parse-dashboard'
11-
ssh -t -i $b4a_certs_path/$pem $user@$host "sudo su back4app -c '. ~/.nvm/nvm.sh && nvm use 9 && cd ~/scm/parse-dashboard && $git reset --hard && $git remote update && $git checkout $branch && $git merge origin/$branch && yarn install && npm run prepublish && npm run build'"
11+
ssh -t -i $b4a_certs_path/$pem $user@$host "sudo su back4app -c '. ~/.nvm/nvm.sh && nvm use 9 && cd ~/scm/parse-dashboard && $git reset --hard && $git remote update && $git checkout $branch && $git merge origin/$branch && npm install && npm run prepublish && npm run build'"
1212
#ssh -t aws_B4ANFS_Homolog "sudo su back4app -c '. ~/.nvm/nvm.sh && nvm use 9 && cd ~/scm/back4app-site && yarn install && npm run build && pm2 reload site'"

0 commit comments

Comments
 (0)