diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76f1e35..e675a6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/README.md b/README.md index 50696c3..45f1965 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +
+ # upn-qr -https://upn-qr.gitapp.si \ No newline at end of file +A public API for generating UPN-QR codes on the fly + +https://upn-qr.gitapp.si + +