Skip to content

Commit

Permalink
Remove ability to deploy to dev/qa/sandbox from GH (#3367)
Browse files Browse the repository at this point in the history
* Remove ability to deploy to dev/qa from GH

* fix syntax

* rm deprecated workflows

* change default

* change default
  • Loading branch information
msnwatson authored Aug 22, 2024
1 parent 5d799d1 commit 8b9ab71
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 193 deletions.
66 changes: 0 additions & 66 deletions .github/workflows/update-deployment-cc.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/update-deployment-db-init.yml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/update-deployment-ee.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/update-deployment-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ on:
target_env:
description: 'Target LHDI environment'
required: true
default: 'dev'
default: 'prod-test'
type: choice
options:
- dev
- qa
- sandbox
- prod-test
- prod
rollback:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/update-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ on:
target_env:
description: 'Target LHDI environment'
required: true
default: 'dev'
default: 'prod-test'
type: choice
options:
- dev
- qa
- sandbox
- prod-test
- prod

Expand Down

0 comments on commit 8b9ab71

Please sign in to comment.