10 Commits

Author SHA1 Message Date
9bd2e04df8 [chore] - test web hook
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build encountered an error
2023-07-17 15:24:32 +07:00
092e3a8c99 [chore] - change name pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-17 15:18:31 +07:00
2a036620ce [update] - change pipeline
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-07-17 14:37:27 +07:00
35bd5cc870 [update] - test pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-17 13:29:02 +07:00
0a88c0b939 [chore] - test pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-16 17:19:19 +07:00
c9335aa929 [chore] - test pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-16 17:14:56 +07:00
d04bab9cd6 [chore] - test pipelibe
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-16 16:53:18 +07:00
cb8433ac7b [chore] - update pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-16 16:42:24 +07:00
007148a5ed [chore] - remove message in pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-16 16:34:01 +07:00
3af89b70e1 [chore] - test plugin
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-16 16:29:05 +07:00

View File

@@ -31,3 +31,14 @@ steps:
from_secret: kube_token from_secret: kube_token
# commands: # commands:
# - kubectl --insecure-skip-tls-verify --namespace=rmutr rollout restart deployment/rmutr-budget-api # - kubectl --insecure-skip-tls-verify --namespace=rmutr rollout restart deployment/rmutr-budget-api
- name: discord-webhook
image: 71dev/go-discord-plugin
settings:
url: https://utility.71dev.com/utility-api/giteawebhook
method: post
body: |
hello world
when:
status:
- failure
- success