[chore] - test pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
25
.drone.yml
25
.drone.yml
@@ -31,10 +31,21 @@ steps:
|
||||
from_secret: kube_token
|
||||
# commands:
|
||||
# - kubectl --insecure-skip-tls-verify --namespace=rmutr rollout restart deployment/rmutr-budget-api
|
||||
notify:
|
||||
webhook:
|
||||
debug: true
|
||||
method: POST
|
||||
urls:
|
||||
- https://utility.71dev.com/utility-api/giteawebhook
|
||||
content_type: application/json
|
||||
- name: discord notification
|
||||
image: appleboy/drone-discord
|
||||
settings:
|
||||
webhook_id: 1130060377468715028
|
||||
webhook_token: vIGjdYXO7R_uyJWVrHvpZntcC_DFFELcTb0cRO5gX0iLGhlpwBWQ2FxiXedAUskYbXzU
|
||||
message: >
|
||||
📝 {{repo.name}} / {{commit.branch}} - {{commit.message}}
|
||||
{{#success build.status}}
|
||||
✅ succeeded for 👷♂️ build {{build.number}}
|
||||
{{else}}
|
||||
🛑 failed for 👷♂️ build {{build.number}}
|
||||
{{/success}}
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
- success
|
||||
depends_on:
|
||||
- deploy
|
||||
|
||||
Reference in New Issue
Block a user