myriaeducation/Deploy Action
A reusable GitHub Action for deploying to different environments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 25, 2025
- License
- None
Pinned Snippet
uses: myriaeducation/deploy-action@21c7e4e08d6d910fb06e6a35f2aa0bcaf9b33726 # v1.0.14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ip | IP address for the environment | yes | — |
| slack_bot_token | Slack bot token | yes | — |
| slack_channel_id | Slack notification channel ID | yes | — |
| ssh_private_key | SSH private key | yes | — |
| git_organization | Git organization | yes | — |
| stage | Stage name ? (recette/staging/prod) | yes | — |
| branch | Branch name to be deployed | yes | — |
| git_ref | Git reference | yes | — |
Outputs
no outputs