Skip to content
Snippets Groups Projects
Unverified Commit 7bf5f64b authored by Kamal Dodiya's avatar Kamal Dodiya Committed by GitHub
Browse files

Remove jobs for old cluster

parent 1ce45469
No related branches found
No related tags found
No related merge requests found
Pipeline #433793 passed with stages
in 2 minutes and 28 seconds
......@@ -99,57 +99,6 @@ Review:
except:
- main
# Job to deploy to staging environment (WP-HX k8s cluster)
Staging:WP-HX:
extends: .deploy-wp
environment:
name : wp-hx-staging
only:
- main
# Job to deploy to staging environment (WP-HH k8s cluster)
Staging:WP-HH:
extends: .deploy-wp
environment:
name : wp-hh-staging
only:
- main
# Job to deploy to internal environment (WP-HX k8s cluster)
Internal:WP-HX:
extends: .deploy-wp
environment:
name : wp-hx-internal
only:
- main
# Job to deploy to internal environment (WP-HH k8s cluster)
Internal:WP-HH:
extends: .deploy-wp
environment:
name : wp-hh-internal
only:
- main
# Job to deploy to live environment (WP-HX k8s cluster)
Live:WP-HX:
extends: .deploy-wp
environment:
name : wp-hx-live
only:
- main
# Job to deploy to live environment (WP-HH k8s cluster)
Live:WP-HH:
extends: .deploy-wp
environment:
name : wp-hh-live
only:
- main
Live:WP40:HL:
extends: .deploy-newk8s
<<: *deploy-rules
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment