1 Commits

Author SHA1 Message Date
argoyle ae1735b401 chore: remove unused .gitlab-ci.yml
lingonpaj-site / build (pull_request) Successful in 2m20s
lingonpaj-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:40:29 +01:00
-22
View File
@@ -1,22 +0,0 @@
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