File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pem=Back4App_Production.pem
9
9
branch=master
10
10
git=' ~/bin/git-parse-dashboard'
11
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 --production=false && npm run prepublish && npm run build'"
12
- curl -X DELETE
" https://api.cloudflare.com/client/v4/zones/69ace06909c83213745231d2c6d0fd27/purge_cache" -H
" X-Auth-Email: [email protected] " -H
" X-Auth-Key: aa41038d78651ae07e2f49507fee32eac1e4c " -H
" Content-Type: application/json" --data
' {"files":[
12
+ 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":[
13
13
"https://parse-dashboard.back4app.com/bundles/dashboard.bundle.js",
14
14
"https://parse-dashboard.back4app.com/bundles/PIG.bundle.js",
15
15
"https://parse-dashboard.back4app.com/bundles/login.bundle.js",
You can’t perform that action at this time.
0 commit comments