Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 203 Bytes

README.MD

File metadata and controls

9 lines (7 loc) · 203 Bytes

HOW TO DEPLOY

npm install
gcloud init
gcloud functions deploy getNotices --runtime nodejs10 --trigger-http --allow-unauthenticated 

See config.js for environment variables.