Skip to content

Commit

Permalink
Merge pull request #44 from GoogleCloudPlatform/experiment
Browse files Browse the repository at this point in the history
Skip node_modules for better deployments.
  • Loading branch information
jmdobry committed Nov 25, 2015
2 parents 4a472be + 639ebde commit ba9b489
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appengine/bower/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/express-memcached-session/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ runtime: nodejs
vm: true
env_variables:
MEMCACHE_URL: localhost:11211
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/express/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/geddy/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/grunt/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/hapi/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/koa/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/kraken/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/loopback/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/mailgun/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ vm: true
env_variables:
MAILGUN_API_KEY: <your-mailgun-api-key>
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/mongodb/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/redis/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/restify/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/sails/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$
2 changes: 2 additions & 0 deletions appengine/webpack/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
runtime: nodejs
vm: true
# [END app_yaml]
skip_files:
- ^(.*/)?.*/node_modules/.*$

0 comments on commit ba9b489

Please sign in to comment.