Skip to content

Commit 6cc9104

Browse files
committed
Update version
1 parent cefe23d commit 6cc9104

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ NOTE: Fileset uses the default App Engine Google Cloud Storage bucket
6262
```yaml
6363
service: fileset
6464
runtime: nodejs10
65+
env_variables:
66+
FILESET_SITE: default
67+
FILESET_LIVE_DOMAIN: example.com
68+
FILESET_STAGING_DOMAIN: '{ref}.staging.example.com'
6569
```
6670
6771
4. Create the app and deploy.

example/server/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ runtime: nodejs10
33
env_variables:
44
FILESET_SITE: default
55
FILESET_LIVE_DOMAIN: example.com
6-
FILESET_STAGING_DOMAIN: {ref}.staging.example.com
6+
FILESET_STAGING_DOMAIN: '{ref}.staging.example.com'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bin": {
44
"fileset": "./dist/src/index.js"
55
},
6-
"version": "0.1.0",
6+
"version": "0.1.1",
77
"license": "MIT",
88
"homepage": "https://github.com/blinkkcode/fileset/",
99
"repository": {

0 commit comments

Comments
 (0)