File tree 3 files changed +21
-1
lines changed
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ # This file specifies files that are *not* uploaded to Google Cloud Platform
2
+ # using gcloud. It follows the same syntax as .gitignore, with the addition of
3
+ # "#!include" directives (which insert the entries of the given .gitignore-style
4
+ # file at that point).
5
+ #
6
+ # For more information, run:
7
+ # $ gcloud topic gcloudignore
8
+ #
9
+ .gcloudignore
10
+ # If you would like to upload your .git directory, .gitignore file or files
11
+ # from your .gitignore file, remove the corresponding line
12
+ # below:
13
+ .git
14
+ .gitignore
15
+
16
+ # Node.js dependencies:
17
+ node_modules/
Original file line number Diff line number Diff line change
1
+ runtime : nodejs12
Original file line number Diff line number Diff line change 4
4
"description" : " random jokes API" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " echo \" Error: no test specified\" && exit 1"
7
+ "test" : " echo \" Error: no test specified\" && exit 1" ,
8
+ "start" : " node ./" ,
9
+ "deploy" : " gcloud config set project jokes-api && gcloud app deploy"
8
10
},
9
11
"repository" : {
10
12
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments