Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 304 Bytes

File metadata and controls

20 lines (16 loc) · 304 Bytes

Install

$ npm i

create an app.yaml file and deploy to google app engine

runtime: nodejs
env: flex
env_variables:
      TARGET_GROUP: 1234085530026762
      ACCESS_TOKEN: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

and then deploy:

$ gcloud app deploy --project my-project