Skip to content

Commit 889ca5e

Browse files
fix: Remove tail worker deployment (#27)
1 parent 2afa0af commit 889ca5e

File tree

1 file changed

+0
-5
lines changed
  • confidence-cloudflare-resolver/deployer

1 file changed

+0
-5
lines changed

confidence-cloudflare-resolver/deployer/script.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,6 @@ RUSTFLAGS='--cfg getrandom_backend="wasm_js"' worker-build --release
309309

310310
# only deploy if NO_DEPLOY is not set
311311
if test -z "$NO_DEPLOY"; then
312-
# deploy the tail worker
313-
cd tail
314-
wrangler deploy
315-
# deploy the resolver worker
316-
cd ..
317312
wrangler deploy
318313
else
319314
echo "NO_DEPLOY is set, skipping deploy"

0 commit comments

Comments
 (0)