| @ -19,3 +19,25 @@ Ansible-roles.Submodule.Deploy: | ||||
|     GIT_COMMIT_TYPE: feat | ||||
|     GIT_COMMIT_TYPE_CATEGORY: $CI_PROJECT_NAME | ||||
|     GIT_CONFIG_SUBMODULE_NAME: nfc_kubernetes | ||||
|  | ||||
|  | ||||
| Website.Submodule.Deploy: | ||||
|   extends: .submodule_update_trigger | ||||
|   variables: | ||||
|     SUBMODULE_UPDATE_TRIGGER_PROJECT: nofusscomputing/infrastructure/website | ||||
|   environment: | ||||
|     url: https://nofusscomputing.com/$PAGES_ENVIRONMENT_PATH | ||||
|     name: Documentation | ||||
|   rules: | ||||
|     - if:  # condition_dev_branch_push | ||||
|         $CI_COMMIT_BRANCH == "development" &&  | ||||
|         $CI_PIPELINE_SOURCE == "push" | ||||
|       exists: | ||||
|         - '{docs/**,pages/**}/*.md' | ||||
|       changes: | ||||
|         paths: | ||||
|           - '{docs/**,pages/**}/*.md' | ||||
|         compare_to: 'master' | ||||
|       when: always | ||||
|  | ||||
|     - when: never | ||||
|  | ||||
		Reference in New Issue
	
	Block a user