Skip to content

Deploying to Google App Engine? #47

@dustintheweb

Description

@dustintheweb

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions