Compare commits
No commits in common. "44dbf2fd1c1cbf1dc3b16344783dedc1d412b828" and "fd21304e88ec920968517e30c4b51b6ee3cebe70" have entirely different histories.
44dbf2fd1c
...
fd21304e88
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,5 +7,3 @@ wasm-pack.log
|
||||
build/
|
||||
/target
|
||||
/dist
|
||||
|
||||
wrangler.toml
|
@ -9,10 +9,6 @@ kv_namespaces = [
|
||||
|
||||
[vars]
|
||||
WORKERS_RS_VERSION = "0.0.9"
|
||||
ACCESS_SECRET = "(CF Access secret to reach hashicorp vault)"
|
||||
ACCESS_ID = "(CF Access ID to reach hashicorp vault).access"
|
||||
VAULT_SECRET = "(Vault AppRole secret to reach secret vault)"
|
||||
VAULT_ID = "(Vault AppRole ID to reach secret vault)"
|
||||
|
||||
[build]
|
||||
command = "cargo install -q worker-build && worker-build --release"
|
Loading…
Reference in New Issue
Block a user