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 @@ -11,7 +11,7 @@ branch=master
11
11
git=' ~/bin/git-parse-dashboard'
12
12
13
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 9 && cd ~/scm/parse-dashboard && $git reset --hard && $git remote update && $git checkout $branch && $git merge origin/$branch && yarn install --production=false '"
14
- ssh -t -i $b4a_certs_path /$pem $user @$host " sudo su back4app -c 'cd ~/scm/parse-dashboard- $now && sed -i \" s/http:\/\/localhost:4000\/parseapi/https:\/\/dashboard.back4app.com\/parseapi/\" node_modules/parse/lib/browser/settings.js && npm run prepublish && npm run build'"
14
+ ssh -t -i $b4a_certs_path /$pem $user @$host " sudo su back4app -c 'cd ~/scm/parse-dashboard && sed -i \" s/http:\/\/localhost:4000\/parseapi/https:\/\/dashboard.back4app.com\/parseapi/\" node_modules/parse/lib/browser/settings.js && npm run prepublish && npm run build'"
15
15
16
16
curl -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":[
17
17
"https://parse-dashboard.back4app.com/bundles/dashboard.bundle.js",
You can’t perform that action at this time.
0 commit comments