Created
September 12, 2017 23:22
-
-
Save tristansokol/54569f253510f46b410502a286bb2682 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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