Skip to content

Commit 706a1a9

Browse files
committed
remve keys
1 parent 2908267 commit 706a1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-prod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pem=Back4App_Production.pem
99
branch=master
1010
git='~/bin/git-parse-dashboard'
1111
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":[
1313
"https://parse-dashboard.back4app.com/bundles/dashboard.bundle.js",
1414
"https://parse-dashboard.back4app.com/bundles/PIG.bundle.js",
1515
"https://parse-dashboard.back4app.com/bundles/login.bundle.js",

0 commit comments

Comments
 (0)