1
0
mirror of https://github.com/techknowlogick/faas-lgtmbot synced 2024-11-22 15:02:02 +01:00
faas-lgtmbot/lgtmbot.yml
2021-02-01 15:12:04 -05:00

17 lines
482 B
YAML

version: 1.0
provider:
name: openfaas
gateway: http://127.0.0.1:8080
functions:
lgtmbot:
lang: golang-middleware
handler: ./lgtmbot
image: techknowlogick/lgtmbot:latest
secrets:
- webhook-secret # random string generated by you
- gitea-host # host of your gitea instance, ex. https://gitea.example.com/
- gitea-token # gitea api token generated from https://gitea.example.com/user/settings/applications
build_args:
GO111MODULE: on