A webhook used as Line bot(@zpe1163t), deployed on google cloud functions
$ cp ./envs/sample.env.yml ./envs/prod.env.ymladd enviroment variables here in ./envs/prod.env.yml
$ sh ./deploy.shin deploy.sh, we run
$ gcloud beta functions deploy lineBotWebhook --env-vars-file ./envs/prod.env.yml --trigger-http- You have to setup gcloud CLI in advanced
- linebotwebhook is the function name export by
index.js ./envs/prod.env.ymlis the yaml file mentioned above