diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eac6f60..9a3bc62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,10 +14,14 @@ stages: - deploy deploy: stage: deploy + tags: + - shell script: - cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH} clone: stage: clone + tags: + - shell script: - cd ${CI_PROJECT_DIR} - sed -iE -e "s,(https://)(git.tablet.sh),\1pat:\${PAT}@\2," .gitmodules