Fix database
This commit is contained in:
parent
8c82a296c4
commit
892fbf3e29
1 changed files with 3 additions and 0 deletions
3
.github/workflows/push-cloudflare.yaml
vendored
3
.github/workflows/push-cloudflare.yaml
vendored
|
|
@ -39,6 +39,9 @@ jobs:
|
|||
cargo install worker-build
|
||||
fi
|
||||
|
||||
- name: Replace D1_DATABASE_ID in wrangler.toml
|
||||
run: sed -i "s/\${D1_DATABASE_ID}/${{ secrets.D1_DATABASE_ID }}/g" wrangler.toml
|
||||
|
||||
- uses: cloudflare/wrangler-action@v3
|
||||
id: cf
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue