Skip to content

Instantly share code, notes, and snippets.

@rxhl
Created September 5, 2021 14:11
Show Gist options
  • Save rxhl/0ac317b12977d064d84dfb10fd0e4f1c to your computer and use it in GitHub Desktop.
Save rxhl/0ac317b12977d064d84dfb10fd0e4f1c to your computer and use it in GitHub Desktop.
mkdir django-cloudrun && cd django-cloudrun
# move the creds.json file downloaded above to project root
mv ~/Downloads/creds.json .
# source repo for django
mkdir src
touch requirements.txt Dockerfile docker-compose.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment