Update deploy.yml
Some checks failed
ci / Lint & typecheck (push) Successful in 30s
ci / Unit tests (push) Successful in 1m5s
deploy / build-and-deploy (push) Failing after 19s

This commit is contained in:
febux 2026-09-14 02:09:48 +03:00
parent 204979456e
commit a7e73cd129

View file

@ -76,6 +76,7 @@ jobs:
mkdir -p .ci-tls
printf '%s\n' "$NOMAD_CACERT" > .ci-tls/ca.crt
docker rm -f nomad-deploy >/dev/null 2>&1 || true
docker create --name nomad-deploy \
-e IMAGE_TAG="${{ github.sha }}" \
-e NOMAD_ADDR="https://$NOMAD_ADDR_HOST:4646" \