Skip to content

Commit

Permalink
Removed string interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Aug 20, 2024
1 parent bc064da commit 50ab0bf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy-infra-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
deploy:
uses: ./.github/workflows/aws-template-terraform.yml
with:
CONTEXT_FOLDER: "./infrastructure/cloud/environments/${{ inputs.environment }}"
CHANGE_FOLDER_NAME: environments/${{ inputs.environment }}
ENVIRONMENT_NAME: ${{ inputs.environment }}
# CONTEXT_FOLDER: "./infrastructure/cloud/environments/${{ inputs.environment }}"
# CHANGE_FOLDER_NAME: environments/${{ inputs.environment }}
# ENVIRONMENT_NAME: ${{ inputs.environment }}
# TEST_BUCKET_NAME: jasper-test-bucket
CONTEXT_FOLDER: "./infrastructure/cloud/environments/dev"
CHANGE_FOLDER_NAME: environments/dev
ENVIRONMENT_NAME: dev
TEST_BUCKET_NAME: jasper-test-bucket
secrets: inherit

0 comments on commit 50ab0bf

Please sign in to comment.