File tree 2 files changed +32
-1
lines changed
2 files changed +32
-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
+ /.github
16
+ /docs
17
+ /test
18
+ .codacy.yml
19
+ _config.yml
20
+ .eslintrc
21
+ .gitattributes
22
+ .prettierignore
23
+ .prettierrc
24
+ .remarkrc
25
+ CODE_OF_CONDUCT.md
26
+ CONTRIBUTING.md
27
+ LICENSE
28
+ README.md
29
+
30
+ node_modules
31
+ #!include:.gitignore
Original file line number Diff line number Diff line change 19
19
"coverage" : " nyc --reporter=lcov --reporter=cobertura npm run unit-test" ,
20
20
"docs" : " npx jsdoc2md index.js > docs/index.md" ,
21
21
"start" : " npx @google-cloud/functions-framework --target=app" ,
22
- "deploy" : " gcloud functions deploy hub-raft-suite --runtime=nodejs14 --source=https://github.com/dp6/raft-suite-hub --trigger-http"
22
+ "deploy" : " gcloud functions deploy hub-raft-suite --runtime=nodejs14 --sentry-point=app --trigger-http"
23
23
},
24
24
"author" : " DP6" ,
25
25
"contributors" : [
You can’t perform that action at this time.
0 commit comments