Ensure we use DC lev-1 when deploying

pull/2/head
teutat3s 2022-04-01 11:00:49 +02:00
parent abc831a62e
commit 71d96ef925
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ docker login hub.greenbaum.cloud
docker push hub.greenbaum.cloud/miom.space:"$TAG"
# change DOCKER_HOST env var to remote docker host (Greenbaum's docker API)
eval "$(triton --account=lev-1-pub_solar env)"
eval "$(triton --account=pub_solar --url=https://lev-1.api.greenbaum.cloud env)"
# use our tag for docker-compose
export DEPLOY_TAG="$TAG"