stages: - deploy deploy: stage: deploy script: - bash .gitlab-deploy.sh only: - master tags: - heyui when: manual