Compare commits

...

2 Commits

Author SHA1 Message Date
argoyle d0dbb0202d Merge pull request 'chore: remove unused .gitlab-ci.yml' (#185) from remove-gitlab-ci into main
unbound-site / build (push) Successful in 3m24s
unbound-site / deploy-prod (push) Successful in 2m50s
Reviewed-on: #185
2026-01-23 14:56:51 +00:00
argoyle af34452e36 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>
2026-01-23 15:41:25 +01:00
-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