Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions confidence-cloudflare-resolver/deployer/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,6 @@ RUSTFLAGS='--cfg getrandom_backend="wasm_js"' worker-build --release

# only deploy if NO_DEPLOY is not set
if test -z "$NO_DEPLOY"; then
# deploy the tail worker
cd tail
wrangler deploy
# deploy the resolver worker
cd ..
wrangler deploy
else
echo "NO_DEPLOY is set, skipping deploy"
Expand Down
Loading