diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b23c7f4..a72c197 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,3 +23,24 @@ Lint Markdown: extends: .Lint_Markdown +re-deploy Website: + stage: publish + trigger: + project: nofusscomputing/infrastructure/website + branch: master + rules: + - if: '$CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH == "master"' + when: always + - when: never + + +re-deploy Website: + stage: publish + trigger: + project: nofusscomputing/infrastructure/website + branch: development + rules: + - if: '$CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH == "development"' + when: always + - when: never +