Azure-Samples / Azure-Python-Standardization-Template-Generator

The source repository for the space tourism templates for Python web apps for Azure
MIT License
7 stars 2 forks source link

Change rebuild script #68

Closed tonybaloney closed 5 months ago

tonybaloney commented 5 months ago

Introduces a better rebuild script that does a cookie cutter "bake" to a temp folder, clones the target, removes all the files then copies the template into it and adds them into git.

Essentially makes it not use git diffs at all to patch only specific changes, as that seems to be unstable