ableco/Redis Deployment
Deploy Redis in an EC2 instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 26, 2022
- License
- None
Pinned Snippet
uses: ableco/action-redis-deployment@856a5e6520625528e6699085092972c20f88c580 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| prefix | Instance prefix | yes | redis-app |
| redis-server | Redis server | yes | — |
| redis-version | Redis version | yes | 6 |
| redis-password | Redis password | yes | — |
| event-number | Pull Request number | yes | — |
| ssh-key | Redis instance ssh key | yes | — |
| command | deploy/destroy | — | deploy |
Outputs
| name | description |
|---|---|
| redis-port | Redis port |
| redis-url | Database URL |