4 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
renovate d8400b69df chore(deps): update nginx:1.29.4 docker digest to 14c5410 (#54)
lingonpaj-site / build (push) Successful in 55s
lingonpaj-site / deploy-prod (push) Successful in 1m28s
2026-01-13 05:08:31 +00:00
renovate 985c955a17 chore(deps): update nginx:1.29.4 docker digest to 506d6be (#53)
lingonpaj-site / build (push) Successful in 1m26s
lingonpaj-site / deploy-prod (push) Successful in 2m16s
2026-01-09 19:23:45 +00:00
argoyle f75e329b91 Merge pull request 'fix: remove incorrect digest pinning from image reference' (#52) from fix/remove-digest-pinning into main
lingonpaj-site / build (push) Successful in 4m58s
lingonpaj-site / deploy-prod (push) Failing after 2m41s
Reviewed-on: #52
2026-01-09 12:01:21 +00:00
2 changed files with 1 additions and 23 deletions
-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
@@ -1,4 +1,4 @@
FROM amd64/nginx:1.29.4@sha256:1ead684dc0a33ef421caa42403272afeae59c8933edcedda6926d964a44d3f01
FROM amd64/nginx:1.29.4@sha256:14c54109a4bff01b4163013fc9509e7f097691c8484f5f0c6772d937c0a75a16
MAINTAINER Joakim Olsson <joakim@unbound.se>
ADD files/*.html files/*.jpg files/*.mp3 /usr/share/nginx/html/