Releases: cahaseler/azure-fileshare-upload
Releases · cahaseler/azure-fileshare-upload
Initial release
Initial release of a GitHub Action that takes the local (in GitHub) directory of your choice and uploads it to the Azure FileShare (not blob) of your choice. Optionally specify an alternate cloud such as a Government cloud. If the file you're uploading already exists in the cloud this will overwrite it.
Useful if you're storing some kind of configuration in an Azure FileShare (connected to an App Service, for example), but want to manage that config in GitHub.
Add support for alternate clouds
v0.0.1-alpha.5 Add support for alternate clouds (Government, etc)
Fix error
v0.0.1-alpha.4 Whitespace fixes
Small revisions
v0.0.1-alpha.3 Removed default directory
Minor improvements
** NOTE THIS IS AN UNTESTED PRERELEASE **
Initial Release
THIS IS NOT TESTED AND NOT PRODUCTION READY
Initial release to get it into a publishable state for testing.