chore: remove GitLab CI pipeline
dancefinder-app / build (pull_request) Successful in 2m22s
dancefinder-app / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-01-08 20:37:12 +01:00
parent 6f5726e90a
commit c07b414c60
-27
View File
@@ -1,27 +0,0 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
stages:
- build
- deploy
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- build
- push
deploy-to-prod:
stage: deploy
when: on_success
script:
- echo Deploy to PROD.
- deploy prod
environment:
name: prod
only:
- main