File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ now=`date '+%Y%m%d%H%M%S'`
1010branch=master
1111git=' ~/bin/git-parse-dashboard'
1212
13- ssh -t -i $b4a_certs_path /$pem $user @$host " sudo su back4app -c 'cp -r ~/scm/parse-dashboard ~/scm/parse-dashboard-$now && . ~/.nvm/nvm.sh && nvm use 10 && cd ~/scm/parse-dashboard && rm -rf node_modules && $git reset --hard && $git remote update && $git checkout $branch && $git merge origin/$branch && npm install --production=false && sed -i \" s/http:\/\/localhost:4000\/parseapi/https:\/\/dashboard.back4app.com\/parseapi/\" node_modules/parse/lib/browser/settings.js && npm run build'"
13+ ssh -t -o IdentitiesOnly=yes - i $b4a_certs_path /$pem $user @$host " sudo su back4app -c 'cp -r ~/scm/parse-dashboard ~/scm/parse-dashboard-$now && . ~/.nvm/nvm.sh && nvm use 10 && cd ~/scm/parse-dashboard && rm -rf node_modules && $git reset --hard && $git remote update && $git checkout $branch && $git merge origin/$branch && npm install --production=false && sed -i \" s/http:\/\/localhost:4000\/parseapi/https:\/\/dashboard.back4app.com\/parseapi/\" node_modules/parse/lib/browser/settings.js && npm run build'"
1414
1515curl -X DELETE " https://api.cloudflare.com/client/v4/zones/69ace06909c83213745231d2c6d0fd27/purge_cache" -H " X-Auth-Email: $CF_EMAIL " -H " X-Auth-Key: $CF_KEY " -H " Content-Type: application/json" --data ' {"files":[
1616 "https://parse-dashboard.back4app.com/bundles/dashboard.bundle.js",
You can’t perform that action at this time.
0 commit comments