We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f603105 commit e5bb6aaCopy full SHA for e5bb6aa
confidence-cloudflare-resolver/deployer/script.sh
@@ -310,6 +310,9 @@ RUSTFLAGS='--cfg getrandom_backend="wasm_js"' worker-build --release
310
# only deploy if NO_DEPLOY is not set
311
if test -z "$NO_DEPLOY"; then
312
wrangler deploy
313
+ # deploy the tail worker
314
+ cd ../confidence-cloudflare-tail
315
+ wrangler deploy
316
else
317
echo "NO_DEPLOY is set, skipping deploy"
318
fi
0 commit comments