Created
February 6, 2020 13:20
-
-
Save t0mdicks0n/7d75a89e9d0df8fb942ce287eb9b4af2 to your computer and use it in GitHub Desktop.
Recreate strange Google App Engine target URL anomaly
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
#!/bin/bash | |
git clone https://github.com/GoogleCloudPlatform/python-docs-samples | |
cd python-docs-samples/appengine/standard/hello_world | |
# This script requires gcloud being installed and having a current logged in session | |
gcloud app deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment