ci: fix tags for internal deploy jobs

This commit is contained in:
Anton Maklakov 2020-01-10 17:36:52 +07:00
parent a05c00c2b3
commit ac0c7cce9c

View file

@ -4,6 +4,7 @@
image: $CI_DOCKER_REGISTRY/esp32-ci-env
tags:
- deploy
- shiny
script:
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
@ -75,6 +76,7 @@ deploy_docs:
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
tags:
- deploy
- shiny
only:
refs:
- master