1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2025-10-23 17:36:45 +02:00

feat(cicd): deploy from github actions

This commit is contained in:
Adam Janis
2020-11-13 23:00:53 +01:00
parent 541bdace4b
commit b190861157
6 changed files with 15744 additions and 328 deletions

View File

@@ -1,23 +1,18 @@
name = "cf-workers-status-page"
type = "webpack"
account_id = ""
workers_dev = true
route = ""
zone_id = ""
account_id = ""
type = "webpack"
webpack_config = "node_modules/flareact/webpack"
# uncomment and adjust following if you are not using GitHub Actions
# kv_namespaces = [{binding="KV_GITHUB_RELEASES", id="xxxx"}]
# preview_id = "9581809385634861ae93b0e01677b44d"
# delete afterwards
kv-namespaces = [
{ binding = "KV_STATUS_PAGE", id = "c27344947ebb476880fa2ba0ef9bbd10", preview_id = "c27344947ebb476880fa2ba0ef9bbd10" }
]
[triggers]
crons = ["* * * * *"]
[site]
bucket = "out"
entry-point = "./"
# uncomment and adjust following if you are not using GitHub Actions
#[env.production]
#kv-namespaces = [{binding="KV_GITHUB_RELEASES", id="xxxx", preview_id=""}]
#zone_id="xxx"
#route="xxx"