diff --git a/tools/ci/config/deploy.yml b/tools/ci/config/deploy.yml index 57a33b5661..6671981732 100644 --- a/tools/ci/config/deploy.yml +++ b/tools/ci/config/deploy.yml @@ -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