I'm trying to figure out how to deploy a Python app to Google Cloud Compute Engine. I'm just getting my feet wet and working with their Getting Started tutorial here: https://cloud.google.com/compute/docs/api/python-guide#gettingstarted.
I'm beginning to grasp the code, but I'm totally in the dark how to deploy the script so I can run it in my Compute Engine project. Would I use the gcloud compute copy-files command? If so, where do I move the files to?
Sorry for the more general question; I hope someone can help me get over this hurdle or maybe point me to a resource.
TIA - Joe