capistrano-deploy icon indicating copy to clipboard operation
capistrano-deploy copied to clipboard

Github Actions for Capistrano

Results 17 capistrano-deploy issues
Sort by recently updated
recently updated
newest added

After https://github.com/miloserdow/capistrano-deploy/commit/0d78e2d5f5935584642121fd66199c7119f349b6 I was getting errors about failed authentication via key ``` net-ssh-7.0.1/lib/net/ssh/authentication/ed[25](https://github.com/novozhenets/trackfolio-backend/runs/7365266070?check_suite_focus=true#step:4:26)519_loader.rb:19:in `raiseUnlessLoaded': OpenSSH keys only supported if ED25519 is available (NotImplementedError) net-ssh requires the following gems for ed25519...

Hi @miloserdow, I've setup my capistrano but not in ruby project, i use in my react project. is it possible use for non ruby project? When i use this action...

I'm trying to encrypt my local key using the provided options and I get an error on macos Monterey. Not sure if I'm doing something wrong ![image](https://user-images.githubusercontent.com/1334409/143891086-597d836b-1430-48ed-a944-a35b8919c287.png)

Deploying hangs on step `/usr/bin/ssh-add config/deploy_id_rsa` No matter how long I will be waiting this process is infinity, also nothing is happen in server project folder. ![Screenshot_2021-12-12_23-44-18](https://user-images.githubusercontent.com/90463267/145732546-4b5e7b7f-6766-49b6-b277-95229470261f.png)

Thanks for your work on this action! The [GitHub Actions documentation](https://docs.github.com/en/free-pro-team@latest/actions/creating-actions/about-actions#using-tags-for-release-management) has this recommendation: > Move the major version tag (such as v1, v2) to point to the Git ref...

Probably need to update package.json and run `npm install` at some point.

enhancement

Hello, I was wondering if it's easy to add support for rollback capability, i.e. if the commit message includes 'rollback' then `cap deploy:rollback`, or even support ROLLBACK_RELEASE.

enhancement

If the key generated with `ssh-keygen` has a passphrase set, later running `ssh-add` will require the passphrase with a terminal prompt which cannot be fulfilled during the workflow run, causing...

enhancement

Hello, I have deprecation notice ``` Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: miloserdow/capistrano-*** ```

# Description Since september the 22th, [actions will run on node1](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/)6 instead of node12. This PR simply update the node version in the `action.yml` file