File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ NOTE: Fileset uses the default App Engine Google Cloud Storage bucket
62
62
``` yaml
63
63
service : fileset
64
64
runtime : nodejs10
65
+ env_variables :
66
+ FILESET_SITE : default
67
+ FILESET_LIVE_DOMAIN : example.com
68
+ FILESET_STAGING_DOMAIN : ' {ref}.staging.example.com'
65
69
` ` `
66
70
67
71
4. Create the app and deploy.
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ runtime: nodejs10
3
3
env_variables :
4
4
FILESET_SITE : default
5
5
FILESET_LIVE_DOMAIN : example.com
6
- FILESET_STAGING_DOMAIN : {ref}.staging.example.com
6
+ FILESET_STAGING_DOMAIN : ' {ref}.staging.example.com'
Original file line number Diff line number Diff line change 3
3
"bin" : {
4
4
"fileset" : " ./dist/src/index.js"
5
5
},
6
- "version" : " 0.1.0 " ,
6
+ "version" : " 0.1.1 " ,
7
7
"license" : " MIT" ,
8
8
"homepage" : " https://github.com/blinkkcode/fileset/" ,
9
9
"repository" : {
You can’t perform that action at this time.
0 commit comments