Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosanson committed Feb 14, 2023
1 parent 9c1e286 commit e1011d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MINA CUSTOM ACTION FOR GITHUB

This action permits to use mina to deploy your application on your server.
This action permits to use mina to deploy your application on your vps.
It's is based on ruby:2.5.0 docker image. If you want to run with another version of ruby, you can change the Dockerfile and use your forked version.

## Inputs
Expand Down Expand Up @@ -44,3 +44,8 @@ Add the following line to your mina configuration file:
```
set :ssh_options, '-o StrictHostKeyChecking=no'
```


### CREDITS:

[Mina deploy](https://github.com/mina-deploy/mina)

0 comments on commit e1011d9

Please sign in to comment.