1 Commits

Author SHA1 Message Date
argoyle 8918edd233 ci: migrate from GitLab CI to Gitea Actions
geo-service / build (pull_request) Failing after 32s
geo-service / deploy-prod (pull_request) Has been skipped
- Add Gitea Actions workflow (.gitea/workflows/ci.yaml)
- Update K8s deployment image registry to oci.unbound.se
2026-01-06 20:38:36 +01:00
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Build and push
run: |
unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN
build --verbose --no-login && push --verbose
build --verbose && push --verbose
deploy-prod:
needs: build