Skip to content

Commit

Permalink
Generate dev env templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Dec 1, 2023
1 parent 031dac2 commit 26119e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ if [[ ! -d "$temp_dir" ]]; then
fi


template_files=("fix-role.cf.template" "fix-role-lambda.cf.template")
environments=("dev-eu" "global")
template_files=("fix-role.cf.template")
environments=("dev" "global")

for template_file in "${template_files[@]}"; do
output_prefix="${template_file%%.*}"
Expand All @@ -34,3 +34,6 @@ for template_file in "${template_files[@]}"; do
"$template_file" > "$output_file"
done
done

# temporary workaround
cp "$temp_dir/fix-role-dev.yaml" "$temp_dir/fix-role-dev-eu.yaml"

0 comments on commit 26119e3

Please sign in to comment.