Skip to content

Instantly share code, notes, and snippets.

@t0mdicks0n
Created February 6, 2020 13:20
Show Gist options
  • Save t0mdicks0n/7d75a89e9d0df8fb942ce287eb9b4af2 to your computer and use it in GitHub Desktop.
Save t0mdicks0n/7d75a89e9d0df8fb942ce287eb9b4af2 to your computer and use it in GitHub Desktop.
Recreate strange Google App Engine target URL anomaly
#!/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