Skip to content

Commit

Permalink
WIP deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Oct 20, 2023
1 parent 4235083 commit 4a6c74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
TF_VAR_elastic_username: ${{ secrets.TF_VAR_elastic_username }}
TF_VAR_aws_secret_key: ${{ secrets.TF_VAR_aws_secret_key }}
TF_VAR_aws_access_key: ${{ secrets.TF_VAR_aws_access_key }}
TERRAFORM_CLOUD_TOKEN: ${{ secrets.TERRAFORM_CLOUD_TOKEN }}
TF_TOKEN: ${{ secrets.TERRAFORM_CLOUD_TOKEN }}
with:
runCmd: |
npm run deploy:test
Expand All @@ -70,4 +70,4 @@ jobs:
TF_VAR_elastic_username
TF_VAR_aws_secret_key
TF_VAR_aws_access_key
TERRAFORM_CLOUD_TOKEN
TF_TOKEN

0 comments on commit 4a6c74a

Please sign in to comment.