My role includes Editor, App Engine Admin, App Engine Code Viewer and App 
Engine Deployer 

I am able to preview my app on localhost:8080 and I am able to deploy it to 
AWS. 

my app.yaml file:
runtime: nodejs
env: flex

# Temporary setting to keep gcloud from uploading not required files for 
deployment
skip_files:
- ^node_modules$
- ^app\.yaml
- ^README\..*
- \.gitignore
- ^\.git$
- ^grunt\.js
- ^src$
- ^e2e$
- \.editorconfig
- ^karma\.config\.js
- ^package\.json
- ^protractor\.conf\.js
- ^tslint\.json


What am I doing wrong?


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bb7ae698-02f5-4ff1-94a0-d9d2fc7f6a81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to