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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: wrangler publish
|
||||
uses: cloudflare/wrangler-action@2.0.0
|
||||
with:
|
||||
|
|
|
@ -4,7 +4,7 @@ name = 'url-processor'
|
|||
# Organic Maps CF Account ID.
|
||||
account_id = '462f578f0939f041e2c24ec99adce458'
|
||||
workers_dev = true
|
||||
compatibility_date = '2022-11-21'
|
||||
compatibility_date = '2023-07-05'
|
||||
main = './workers-site/index.js'
|
||||
|
||||
[site]
|
||||
|
|
Loading…
Add table
Reference in a new issue