Update deploy.yml
This commit is contained in:
parent
204979456e
commit
a7e73cd129
1 changed files with 1 additions and 0 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue