Miloserdow Capistrano Deploy Versions Save

Github Actions for Capistrano

v3

1 year ago

Key changes

  • Updated to Node v16: PR-44

  • Updated dependencies: PR-43, PR-41

  • Replace RSA with ED25519 for better compatibility: PR-40

  • Added support for custom Capistrano commands: PR-28

  • OpenSSL fixes: PR-32, PR-31

  • Other fixes and example update

Big thanks to all contributors for making that release happen!

v2.2

3 years ago

Thanks to @C10ne this GitHub action continues to function after GitHub disabled set-env command on 16-Nov-2020 (https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands)

v2.1

4 years ago

Thanks to @felipecsl we now have working-directory. Refer to README for more info.

v2

4 years ago

Thanks to the patch from @tvdeyen we got rid of unnecessary build dependencies, fixed issues with SSH keys and stopped using sudo.

v1.3

4 years ago

v1.2

4 years ago

v1.1

4 years ago

Renamed repository and moved files to the root. Apart from that, absolutely the same as v.1.0.

v1.0

4 years ago

This is the first release of capistrano actions for GitHub Actions.

Currently, only deploy action is supported. Please add your suggestions in Issues, if you have any.

BR, - Vladimir Miloserdov