Skip to content

Instantly share code, notes, and snippets.

@tristansokol
Created September 12, 2017 23:22
Show Gist options
  • Save tristansokol/54569f253510f46b410502a286bb2682 to your computer and use it in GitHub Desktop.
Save tristansokol/54569f253510f46b410502a286bb2682 to your computer and use it in GitHub Desktop.
echo "writing file to ../letsencrypt/$CERTBOT_TOKEN.txt"
echo $CERTBOT_VALIDATION > ../letsencrypt/${CERTBOT_TOKEN}.txt
gcloud app deploy ../app.yaml --project=xxx --quiet;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment