diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53d2f32..6a5fe53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,12 +37,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Deploy Legacy - uses: cloudflare/wrangler-action@v3 - with: - command: deploy -c wrangler_legacy.toml - apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - - name: Deploy uses: cloudflare/wrangler-action@v3 with: diff --git a/wrangler_legacy.toml b/wrangler_legacy.toml deleted file mode 100644 index 60b685a..0000000 --- a/wrangler_legacy.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "caretakerd_echocat_org" -main = "src/index.ts" -compatibility_date = "2023-12-19" -account_id = "eae269e15c934608f8593a46c8628bcc" - -kv_namespaces = [ - { binding = "CACHE", id = "d92514c90e874ef0a099e23dd8cf802f", preview_id = "d114db6dc3a94548900a8f031400f789" } -] - -node_compat = true - -[site] -bucket = "./public"