originas/Deploy spring boot application
Deploys a spring boot application to a AWS EC2 server using SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | AWS access key that enables this action to update a security group to allow access from this action | yes | — |
| aws-secret-access-key | AWS access key secret | yes | — |
| aws-security-group-id | The ID of the security group we should add access from this action to | yes | — |
| application-name | The name that the application should be install as on the server | yes | — |
| application-file | The .jar or .war file that is the packaged version of the project | yes | — |
| application-conf | The .conf file containing necessary environmental variables | no | "" |
| application-yml | The application.yml file the application needs to run | no | "" |
| application-user | What username the application should run as on the server | no | nobody |
| application-vhost | The vhost.conf file for apache virtual host | no | "" |
| server-host | Host name of the server to deploy to | yes | — |
| server-ssh-key | SSH private key that can access the server | yes | — |
Outputs
no outputs