@@ -252,7 +252,7 @@ sed -i "s/\${template_default_environments:?}/${template_default_environments}/g
252252sed -i " s/\$ {template_default_organization:?}/${template_default_organization} /g" taito-config.sh
253253sed -i " s/\$ {template_default_organization_abbr:?}/${template_default_organization_abbr} /g" taito-config.sh
254254sed -i " s/\$ {template_default_git_organization:?}/${template_default_git_organization} /g" taito-config.sh
255- sed -i " s/ \$ {template_default_git_url:?}/ ${template_default_git_url// \/ / \\ / } / g" taito-config.sh
255+ sed -i " s| \$ {template_default_git_url:?}| ${template_default_git_url} | g" taito-config.sh
256256sed -i " s/\$ {template_default_sentry_organization:?}/${template_default_sentry_organization} /g" taito-config.sh
257257sed -i " s/\$ {template_default_domain:?}/${template_default_domain} /g" taito-config.sh
258258sed -i " s/\$ {template_default_domain_prod:?}/${template_default_domain_prod} /g" taito-config.sh
@@ -265,8 +265,8 @@ sed -i "s/\${template_default_provider_region:?}/${template_default_provider_reg
265265sed -i " s/\$ {template_default_provider_zone:?}/${template_default_provider_zone} /g" taito-config.sh
266266sed -i " s/\$ {template_default_provider_region_prod:?}/${template_default_provider_region_prod} /g" taito-config.sh
267267sed -i " s/\$ {template_default_provider_zone_prod:?}/${template_default_provider_zone_prod} /g" taito-config.sh
268- sed -i " s/ \$ {template_default_monitoring_uptime_channels_prod:-}/ ${template_default_monitoring_uptime_channels_prod// \/ / \\\/ } / g" taito-config.sh
269- sed -i " s/ \$ {template_default_container_registry:?}/ ${template_default_container_registry} / g" taito-config.sh
268+ sed -i " s| \$ {template_default_monitoring_uptime_channels_prod:-}| ${template_default_monitoring_uptime_channels_prod} | g" taito-config.sh
269+ sed -i " s| \$ {template_default_container_registry:?}| ${template_default_container_registry} | g" taito-config.sh
270270sed -i " s/\$ {template_default_source_git:?}/${template_default_source_git} /g" taito-config.sh
271271sed -i " s/\$ {template_default_dest_git:?}/${template_default_dest_git} /g" taito-config.sh
272272
418418sed -i " s/\$ template_default_taito_image_username/${template_default_taito_image_username:- } /g" " ${ci_script} "
419419sed -i " s/\$ template_default_taito_image_password/${template_default_taito_image_password:- } /g" " ${ci_script} "
420420sed -i " s/\$ template_default_taito_image_email/${template_default_taito_image_email:- } /g" " ${ci_script} "
421- sed -i " s/ \$ template_default_taito_image/ ${template_default_taito_image} / g" " ${ci_script} "
421+ sed -i " s| \$ template_default_taito_image| ${template_default_taito_image} | g" " ${ci_script} "
422422
423423# #############################
424424# Initialize semantic-release
0 commit comments