diff --git a/.gitlab-ci.yml.example b/.gitlab-ci.yml.example index 527c5c8..e1862e8 100644 --- a/.gitlab-ci.yml.example +++ b/.gitlab-ci.yml.example @@ -12,5 +12,7 @@ cache: - path/cache build_production: stage: build + tags: + - build script: - bash ./scripts/lftp.sh ${HOST} ${USER} ${PASSWD} ${LOCAL_DIR} ${REMOTE_DIR}