Skip to content

Commit

Permalink
UML-3146 Reenable apply account on PTL (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth authored Oct 25, 2023
1 parent 1ffc690 commit 2fe7ad3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/path-to-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ jobs:
with:
workspace: development
terraform_path: account
# TODO: Remove this line when ready to apply - temporarily disabled to prevent accidental changes
apply: false
# apply: true
apply: true
specific_path: all
secrets: inherit

Expand All @@ -122,9 +120,7 @@ jobs:
with:
workspace: preproduction
terraform_path: account
# TODO: Remove this line when ready to apply - temporarily disabled to prevent accidental changes
apply: false
# apply: true
apply: true
specific_path: all
secrets: inherit

Expand Down Expand Up @@ -166,9 +162,7 @@ jobs:
with:
workspace: production
terraform_path: account
# TODO: Remove this line when ready to apply. Temporarily disabled to prevent accidental changes
apply: false
# apply: true
apply: true
specific_path: all
secrets: inherit

Expand Down

0 comments on commit 2fe7ad3

Please sign in to comment.