Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
smohiudd committed Dec 15, 2023
1 parent 26c6059 commit cb50c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/terraform-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
if [[ -z "${{ inputs.script_path }}" ]]; then
./scripts/sync-env.sh ${{ inputs.env_aws_secret_name }}
else
python ${{ inputs.script_path }} --secret-id ${{ inputs.env_aws_secret_name }} --stack-names ${{ inputs.auth_stack_name}},${{ inputs.backend_stack_name}}
python ${{ inputs.script_path }} --secret-id ${{ inputs.env_aws_secret_name }} --stack-names veda-backend-production,veda-auth-stack-production
source .env
echo "PREFIX=veda-pipeline-$STAGE" >> ${{ inputs.env-file }}
fi
Expand Down

0 comments on commit cb50c49

Please sign in to comment.