chore: remove GitHub Actions workflows, use Woodpecker CI exclusively
This commit is contained in:
@@ -21,31 +21,31 @@ route:
|
||||
receivers:
|
||||
- name: 'default'
|
||||
email_configs:
|
||||
- to: 'admin@novalon.cn'
|
||||
- to: 'ops@novalon.cn'
|
||||
from: 'alertmanager@novalon.cn'
|
||||
smarthost: 'smtp.resend.com:587'
|
||||
auth_username: 'resend'
|
||||
auth_password: 're_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||||
auth_password: 're_72PzbVrr_DiwTnB1ZDT7TyqCsgLoAfKfU'
|
||||
require_tls: true
|
||||
|
||||
- name: 'critical-alerts'
|
||||
email_configs:
|
||||
- to: 'admin@novalon.cn,ops@novalon.cn'
|
||||
- to: 'ops@novalon.cn'
|
||||
from: 'alertmanager@novalon.cn'
|
||||
smarthost: 'smtp.resend.com:587'
|
||||
auth_username: 'resend'
|
||||
auth_password: 're_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||||
auth_password: 're_72PzbVrr_DiwTnB1ZDT7TyqCsgLoAfKfU'
|
||||
require_tls: true
|
||||
headers:
|
||||
Subject: '🚨 CRITICAL: Novalon Website Alert'
|
||||
|
||||
- name: 'warning-alerts'
|
||||
email_configs:
|
||||
- to: 'dev@novalon.cn'
|
||||
- to: 'ops@novalon.cn'
|
||||
from: 'alertmanager@novalon.cn'
|
||||
smarthost: 'smtp.resend.com:587'
|
||||
auth_username: 'resend'
|
||||
auth_password: 're_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||||
auth_password: 're_72PzbVrr_DiwTnB1ZDT7TyqCsgLoAfKfU'
|
||||
require_tls: true
|
||||
headers:
|
||||
Subject: '⚠️ WARNING: Novalon Website Alert'
|
||||
|
||||
Reference in New Issue
Block a user