diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e32f695..49f6d46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ deploy:upload: - rsync --copy-links --chown ${DEPLOY_USER}:${DEPLOY_USER} index.html api.yaml ${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH} dependencies: - doc:api -# only: -# - master + only: + - master tags: - shell