Compare commits

..

3 Commits

Author SHA1 Message Date
ba3f891122
Added README
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m32s
2025-04-17 13:58:52 +02:00
56fdcdf465
Removed test file 2025-04-17 13:58:52 +02:00
ff19d6b23b
Changed name to siranga 2025-04-17 13:58:52 +02:00
2 changed files with 1 additions and 3 deletions

View File

@ -71,12 +71,10 @@ jobs:
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}
- name: Kustomize manifests
if: gitea.ref_type == 'tag'
run: |
./kustomize build ./manifests | sed "s/\${DIGEST}/${{ steps.build.outputs.digest }}/" > ./manifests.yaml
- name: Push manifests
if: gitea.ref_type == 'tag'
run: |
flux push artifact oci://$OCI_REPO/manifests:latest \
--path="./manifests.yaml" \

View File

@ -4,7 +4,7 @@ namespace: siranga
resources:
- ./namespace.yaml
- ./service-user.yaml
- ./secret-tunnel-key.yaml
- ./secret-siranga-key.yaml
- ./deployment.yaml
- ./service.yaml
- ./certificate.yaml