FTP Deploy Action Versions Save

Deploys a GitHub project to a FTP server using GitHub actions

4.3.0

2 years ago

Bug Fixes

  • Resolves "550 Remove directory operation failed" #220
  • Resolves exclude defaults not working properly

v4.3.0

2 years ago

Bug Fixes

  • Resolves "550 Remove directory operation failed" #220
  • Resolves exclude defaults not working properly

4.2.0

2 years ago

If you are upgrading from a pervious version see the Migration Guide

Breaking changes

  • The exclude format has changed, see readme for more info - Fixes #202

v4.2.0

2 years ago

If you are upgrading from a pervious version see the Migration Guide

Breaking changes

  • The exclude format has changed, see readme for more info - Fixes #202

4.1.0

2 years ago

If you are coming from version 3 see the Migration Guide

Bug Fixes

  • Cert issue - Fixes #149 and Fixes #127
  • Exceptions now bubble up - Fixes #123
  • Resolves local-dir incorrect usage - Fixes #145

Breaking changes

  • The exclude defaults have been updated. Going forward **/.git*, **/.git*/**, **/node_modules/** will be excluded
  • The exclude option now matches against folders. Previously trailing / were not matched against folders
  • The security option is now loose by default (this was bugged prior to v4.1.0)

v4.1.0

2 years ago

If you are coming from version 3 see the Migration Guide

Bug Fixes

  • Cert issue - Fixes #149 and Fixes #127
  • Exceptions now bubble up - Fixes #123
  • Resolves local-dir incorrect usage - Fixes #145

Breaking changes

  • The exclude defaults have been updated. Going forward **/.git*, **/.git*/**, **/node_modules/** will be excluded
  • The exclude option now matches against folders. Previously trailing / were not matched against folders
  • The security option is now loose by default (this was bugged prior to v4.1.0)

3.1.1

2 years ago

Fixes & Documentation:

  • Bug where spaces were not supported within passwords

Please see the migration guide for assistance migrating from v2 to v3

v3.1.1

2 years ago

Fixes & Documentation:

  • Bug where spaces were not supported within passwords

Please see the migration guide for assistance migrating from v2 to v3

3.1.0

2 years ago

Features:

  • Support for known-hosts

Fixes & Documentation:

  • Action does not fail even if secret is not defined #60 - Reported by @leoseyers
  • Revamped readme
  • Locked down actions/checkout version in examples

Please see the migration guide for assistance migrating from v2 to v3

v3.1.0

2 years ago

Features:

  • Support for known-hosts

Fixes & Documentation:

  • Action does not fail even if secret is not defined #60 - Reported by @leoseyers
  • Revamped readme
  • Locked down actions/checkout version in examples

Please see the migration guide for assistance migrating from v2 to v3