gitlab-ci: run dockerpush on clouvider-lon01 instead

This commit is contained in:
Luke Granger-Brown 2021-03-20 13:46:39 +00:00
parent 5cf89fbc2f
commit 0d9d3b65be

View file

@ -101,5 +101,6 @@ nyc01-frantech:
docker-push: docker-push:
stage: deploy stage: deploy
tags: tags:
- deployer # We run this on cacher instead, because disk space.
- cacher
script: './hack/dockerpush.sh' script: './hack/dockerpush.sh'