TanmoySG / wunder-identity-provider

ID Provider for Wunder Platform. Authentication & Authorization Server for all wunder products
3 stars 0 forks source link

[Standardization/Maintenance] Slim Deploy #66

Closed TanmoySG closed 2 years ago

TanmoySG commented 2 years ago

Currently, while deploying wIP onto Azure, the content of the whole repository is being uploaded to Azure, instead of just the code and other reqd. files. Like READMEs and Other Docs Files(mostly MarkDown). While for the repo these files are important, for deployment there are not required and hence take up extra space. The goal is to create a script(shell) that when run deletes the files.

[Checkpoints]

TanmoySG commented 2 years ago
while IFS="" read -r p || [ -n "$p" ]
do
  rm $p
done < deployignore.txt

.deployignore

files to dlete
TanmoySG commented 2 years ago
image

architecture directory skipped as well as README.md as they were in .deployignore