Update README.md and fix fork CI

This commit is contained in:
Aljaz S
2022-08-30 13:39:17 +00:00
committed by Aljaž Starc
parent 27e8137b9c
commit 0f164e2d35
2 changed files with 10 additions and 2 deletions

View File

@@ -35,4 +35,6 @@ deploy:
- kubectl delete --force=$FORCE --wait=$WAIT --now=$NOW --ignore-not-found=true --timeout=$TIMEOUT -f ./manifests/upn-qr.yaml
- kubectl create -f ./manifests/upn-qr.yaml
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH && $CI_PROJECT_PATH == "aljaxus/upn-qr"
when: on_success
- when: manual

View File

@@ -1,3 +1,9 @@
<div align="center">
# upn-qr
https://upn-qr.gitapp.si
A public API for generating UPN-QR codes on the fly
https://upn-qr.gitapp.si
</div>