5 Commits

Author SHA1 Message Date
argoyle 7abfabf3ff chore: remove unused .gitlab-ci.yml
No longer needed after migration to Gitea Actions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 15:31:30 +01:00
renovate c13e4ec0ce chore(deps): update oci.unbound.se/unboundsoftware/lingonpaj-site docker digest to 4af6494 (#51)
lingonpaj-site / build (push) Failing after 1m38s
lingonpaj-site / deploy-prod (push) Has been skipped
2026-01-09 09:20:33 +00:00
renovate c14ff7c5b9 chore(deps): pin oci.unbound.se/unboundsoftware/lingonpaj-site docker tag to a2ccc9f (#50)
lingonpaj-site / build (push) Successful in 3m35s
lingonpaj-site / deploy-prod (push) Failing after 4m46s
2026-01-09 08:21:32 +00:00
argoyle d0e994fcd9 Merge pull request 'chore(deps): update actions/checkout action to v6' (#49) from renovate/actions-checkout-6.x into main
lingonpaj-site / build (push) Successful in 3m54s
lingonpaj-site / deploy-prod (push) Failing after 4m32s
Reviewed-on: #49
2026-01-08 14:03:16 +00:00
renovate c3cff215e3 chore(deps): update actions/checkout action to v6
lingonpaj-site / build (pull_request) Successful in 47s
lingonpaj-site / deploy-prod (pull_request) Has been skipped
2026-01-08 13:04:29 +00:00
3 changed files with 3 additions and 25 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1
- name: Build and push
run: unset GITEA_TOKEN && build && push
@@ -27,7 +27,7 @@ jobs:
GITEA_REPOSITORY: ${{ gitea.repository }}
environment: prod
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1
- name: Deploy to production
run: deploy prod
-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
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
periodSeconds: 5
timeoutSeconds: 5
imagePullPolicy: Always
image: oci.unbound.se/unboundsoftware/lingonpaj-site:${COMMIT}
image: oci.unbound.se/unboundsoftware/lingonpaj-site@sha256:4af64942ba74210a4db65c7b8ab3fbf138eeef87c30084de855a524052f16a7e:${COMMIT}
ports:
- containerPort: 80
resources: