gcp-function-wrapper
v0.0.178-fab8ce7-54895.92
Published
a package json wrapper for gcp function deployment
Downloads
1
Readme
gcp-function-wrapper
A gcp function package.json 'wrapper' for deploying jiraz gcp-cloud functions. Usually this package needs not to be changed in any way. It is used in the deployment process of the gcp-cloud functions. The process to use a new version is manual and is as follows:
- do the needed changes
- npm run build
- copy dist/source-v2.zip to /infrastructure/modules/gcp/CloudFunctions (replace the existing file)
- commit & push the changes
- profit
testing
To test a new wrapper got to the gcp console and manually deploy any function using "upload zip" and the dist/source-v2.zip file.