Skip to content

Commit

Permalink
change prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
smohiudd committed Dec 15, 2023
1 parent cb50c49 commit 4312a83
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 @@ -45,7 +45,7 @@ runs:
else
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 }}
echo "PREFIX=veda-$STAGE" >> ${{ inputs.env-file }}
fi
Expand Down

0 comments on commit 4312a83

Please sign in to comment.