From 0f164e2d3577a5f26051b9d7e81e4fd4c5274de2 Mon Sep 17 00:00:00 2001 From: Aljaz S Date: Tue, 30 Aug 2022 13:39:17 +0000 Subject: [PATCH] Update README.md and fix fork CI --- .gitlab-ci.yml | 4 +++- README.md | 8 +++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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 + +