An attempt to fix deployment error
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
76b2dade3d
commit
728f133e6b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy-master-to-prod.yml
vendored
2
.github/workflows/deploy-master-to-prod.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: wrangler publish
|
- name: wrangler publish
|
||||||
uses: cloudflare/wrangler-action@2.0.0
|
uses: cloudflare/wrangler-action@2.0.0
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -4,7 +4,7 @@ name = 'url-processor'
|
||||||
# Organic Maps CF Account ID.
|
# Organic Maps CF Account ID.
|
||||||
account_id = '462f578f0939f041e2c24ec99adce458'
|
account_id = '462f578f0939f041e2c24ec99adce458'
|
||||||
workers_dev = true
|
workers_dev = true
|
||||||
compatibility_date = '2022-11-21'
|
compatibility_date = '2023-07-05'
|
||||||
main = './workers-site/index.js'
|
main = './workers-site/index.js'
|
||||||
|
|
||||||
[site]
|
[site]
|
||||||
|
|
Loading…
Add table
Reference in a new issue