enable deploy of only new workflows

This commit is contained in:
Marco Lettere 2023-07-13 17:22:29 +02:00
parent 6a6fbca118
commit 9dc0af9e73
1 changed files with 31 additions and 28 deletions

View File

@ -1,32 +1,34 @@
--- ---
workflows: workflows:
- create-user-add-to-vre # - create-user-add-to-vre
- group_deleted # - group_deleted
- user-group_created # - user-group_created
- user-group-role_created # - user-group-role_created
- group_created # - group_created
- invitation-accepted # - invitation-accepted
- user-group_deleted # - user-group_deleted
- user-group-role_deleted # - user-group-role_deleted
- delete-user-account # - delete-user-account
- role_deleted # - role_deleted
- role_created # - role_created
- add_role_policy_permission # - add_role_policy_permission
- add_all_member_roles # - add_all_member_roles
- create_system_service # - create_system_service
- delete_system_service # - delete_system_service
- add_all_system_services_to_vre # - add_all_system_services_to_vre
- create_workspace_client # - create_workspace_client
- add_workspace_client_to_context # - add_workspace_client_to_context
- enable_workspace_clients_for_context # - enable_workspace_clients_for_context
- add_workspace_client_to_contexts # - add_workspace_client_to_contexts
- ghn_client_add_to_context # - ghn_client_add_to_context
- ghn_client_add_to_contexts # - ghn_client_add_to_contexts
- ghn_client_create # - ghn_client_create
- ghn_client_delete # - ghn_client_delete
- ghn_client_remove_from_contexts # - ghn_client_remove_from_contexts
- ghn_client_remove_from_context # - ghn_client_remove_from_context
- jupyterhub_add_serveroptions_to_context # - jupyterhub_add_serveroptions_to_context
- record_context_to_is
- create_vre_folder_for_context
keycloak_host: "https://accounts.dev.d4science.org/auth" keycloak_host: "https://accounts.dev.d4science.org/auth"
keycloak: "{{ keycloak_host }}/realms" keycloak: "{{ keycloak_host }}/realms"
@ -37,4 +39,5 @@ keycloak_auth_master: "7a64deb5-e8ea-4add-ba8d-26b339994cc9"
liferay: "https://next.d4science.org/api/jsonws" liferay: "https://next.d4science.org/api/jsonws"
liferay_auth: "bm90aWZpY2F0aW9uc0BkNHNjaWVuY2Uub3JnOmdjdWJlcmFuZG9tMzIx" liferay_auth: "bm90aWZpY2F0aW9uc0BkNHNjaWVuY2Uub3JnOmdjdWJlcmFuZG9tMzIx"
root_vo: "%2Fgcube" root_vo: "%2Fgcube"
ic_proxy: "https://node10-d-d4s.d4science.org" ic_proxy: "https://node10-d-d4s.d4science.org"
is_url: "https://url.gcube.d4science.org"