chore: remove unused .gitlab-ci.yml
unbound-site / build (pull_request) Successful in 1m1s
unbound-site / deploy-prod (pull_request) Has been skipped

No longer needed after migration to Gitea Actions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-23 15:31:35 +01:00
parent 01605db74c
commit af34452e36
-25
View File
@@ -1,25 +0,0 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
stages:
- build
- deploy-prod
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- build
- push
deploy-to-prod:
stage: deploy-prod
when: on_success
script:
- echo Deploy to PROD.
- deploy prod
environment:
name: prod
only:
- master