deploy-to-azure-storage

A GitHub Action that deploys a static website to an Azure Storage account.

Stars
9
Committers
2

Bot releases are visible (Hide)

deploy-to-azure-storage - v1.5.0 Latest Release

Published by TravisSpomer over 1 year ago

  • Now requires Node 16 since that's the oldest supported version.
  • Updated @actions dependencies.
deploy-to-azure-storage - v1.4.0

Published by TravisSpomer over 3 years ago

  • Adds public to the Cache-Control header.
deploy-to-azure-storage - v1.3.0

Published by TravisSpomer almost 4 years ago

Added cleanup-immutable.

When using both cleanup and immutable, version 1.3.0 has different default behavior from 1.2.0. Add cleanup-immutable: true to get the previous behavior.

deploy-to-azure-storage - v1.2.0

Published by TravisSpomer almost 4 years ago

Adds a new immutable option to let you specify extensions (*.js;*.css) that should get Cache-Control settings hinting to CDNs and browsers that those files will never change.

deploy-to-azure-storage - v1.1.2

Published by TravisSpomer almost 4 years ago

Fixed a YAML syntax error in the action's metadata.

deploy-to-azure-storage - v1.1.1

Published by TravisSpomer almost 4 years ago

Fixes a bug with the cleanup and require-index config options.

deploy-to-azure-storage - v1.1

Published by TravisSpomer about 4 years ago

Added new configuration options for unusual deployment scenarios:

  • cleanup
  • container
  • require-index
deploy-to-azure-storage - v1

Published by TravisSpomer about 4 years ago

Initial version of this Action. See the readme file for usage.