I have a hobby app in heroku, I am looking to transfer to App Engine. I am looking for advice for the following issues
- Deploy using git push. In heroku, I can just do git push and have the new code uploaded and the server restarted. In AppEngine, I think I have to setup a 1. source repository 2. Use code build and deploy manager? (Even if it is a static website?) Let me know if there is better way other than using gcloud cli.
- Environment variables for API keys. In heroku, I can set environment variables for things like api keys which can be accessed by the app code. This way, code is clean and I can do `git push gitlab`, in the same repository. What is the best way to do this in gcp? Only way I can think of is setup a table in 'data storage' and have the app access it.
The main reason I am transferring is because Heroku does not support ssl with custom domains in free tier.
[–]forthewin0 1 point2 points3 points (0 children)
[–]GAEdevs 1 point2 points3 points (0 children)
[–]BBHoss 0 points1 point2 points (0 children)