Skip to content

Releases: miloserdow/capistrano-deploy

Major v3 capistrano-release

13 Feb 22:29
24f6a92
Compare
Choose a tag to compare

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!

Fixed deprecated set-env command dependency

16 Nov 13:56
d58c468
Compare
Choose a tag to compare

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)

Add working directory option

19 Apr 15:54
a1ed9ca
Compare
Choose a tag to compare

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

Optimized dependencies and fixed bugs

27 Feb 10:43
f5aefae
Compare
Choose a tag to compare

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

Minor fix for apt crashes

02 Dec 14:12
5f2b069
Compare
Choose a tag to compare

First release for GitHub Marketplace

31 Oct 16:01
a2056ea
Compare
Choose a tag to compare

First release with amended structure for Marketplace

31 Oct 15:47
0eb5973
Compare
Choose a tag to compare

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

First release

31 Oct 15:24
facded9
Compare
Choose a tag to compare

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