-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Description
Great work on this so far. I have tried a few different ways to get this to deploy to a Node.js flex container in Google Cloud App Engine, but because they use a PaaS architecture, it's not very straight forward (seemingly) to get it to shake hands with the included node/express dist/server. Not sure if you've ever attempted a deploy there, but I feel like I am overlooking something.
# [START app_yaml]
runtime: nodejs
env: flex
# [END app_yaml]
skip_files:
- ^node_modules$
My app.yaml is suspiciously simple... perhaps there is some static file juju that I am missing? If you have a spare moment to experiment, would you mind helping me look into this puzzle?
royyhlee and DomenZajc
Metadata
Metadata
Assignees
Labels
No labels