--- deploy: stage: deploy only: - tags tags: - ssh-1.160 variables: GIT_STRATEGY: none script: - cd /home/fedy95/gitlab/${CI_PROJECT_PATH} - git pull - make restart - make cleanup ...