Skip to content

Releases: TravisSpomer/deploy-to-azure-storage

v1.5.0

06 Jul 00:29
c34dacc
Compare
Choose a tag to compare
  • Now requires Node 16 since that's the oldest supported version.
  • Updated @actions dependencies.

v1.4.0

27 Jun 03:53
3de7b1a
Compare
Choose a tag to compare
  • Adds public to the Cache-Control header.

v1.3.0

04 Jan 01:16
Compare
Choose a tag to compare

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.

v1.2.0

03 Jan 03:40
Compare
Choose a tag to compare

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.

v1.1.2

25 Dec 01:44
Compare
Choose a tag to compare

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

v1.1.1

25 Dec 01:34
Compare
Choose a tag to compare

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

v1.1

23 Jul 22:23
Compare
Choose a tag to compare

Added new configuration options for unusual deployment scenarios:

  • cleanup
  • container
  • require-index

v1

23 Jul 18:45
Compare
Choose a tag to compare

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