mirror of
https://github.com/tormachris/cf-workers-status-page.git
synced 2024-11-23 22:45:43 +01:00
chore(wrangler): cleanup
This commit is contained in:
parent
14fc5ca457
commit
359595b3b3
@ -99,7 +99,7 @@ export async function notifySlack(monitor, newMetadata) {
|
|||||||
type: 'mrkdwn',
|
type: 'mrkdwn',
|
||||||
text: `${
|
text: `${
|
||||||
newMetadata.operational ? ':white_check_mark:' : ':x:'
|
newMetadata.operational ? ':white_check_mark:' : ':x:'
|
||||||
} \`${monitor.method} ${monitor.url}\` - :eyes: <${
|
} \`${monitor.method ? monitor.method : "GET"} ${monitor.url}\` - :eyes: <${
|
||||||
config.settings.url
|
config.settings.url
|
||||||
}|Status Page>`,
|
}|Status Page>`,
|
||||||
},
|
},
|
||||||
|
@ -13,6 +13,6 @@ entry-point = "./"
|
|||||||
|
|
||||||
# uncomment and adjust following if you are not using GitHub Actions
|
# uncomment and adjust following if you are not using GitHub Actions
|
||||||
#[env.production]
|
#[env.production]
|
||||||
#kv-namespaces = [{binding="KV_GITHUB_RELEASES", id="xxxx", preview_id=""}]
|
#kv-namespaces = [{binding="KV_STATUS_PAGE", id="xxxx", preview_id=""}]
|
||||||
#zone_id="xxx"
|
#zone_id="xxx"
|
||||||
#route="xxx"
|
#route="xxx"
|
||||||
|
Loading…
Reference in New Issue
Block a user