Skip to content

Commit

Permalink
[release/2024-01-02] Fix-forward: add qa-sandbox as persistent workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jaklinger committed Jan 2, 2024
1 parent 96208c8 commit a551af4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-nonprod-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
uses: ./.github/workflows/_deploy.yml
with:
account: ${{ inputs.account }}
workspace: ${{ inputs.account }}${{ inputs.sandbox == 'true' && '-sandbox' || '' }}
workspace: ${{ inputs.account }}${{ inputs.sandbox == true && '-sandbox' || '' }}
scope: "per_workspace"
secrets: inherit # pragma: allowlist secret
1 change: 0 additions & 1 deletion scripts/infrastructure/terraform/terraform-utils.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

source ./scripts/infrastructure/terraform/terraform-constants.sh
PERSISTENT_WORKSPACES=("dev" "qa" "ref" "int" "prod" "dev-sandbox" "int-sandbox" "ref-sandbox")


function _get_account_name() {
Expand Down

0 comments on commit a551af4

Please sign in to comment.