myriaeducation/Deploy Action
A reusable GitHub Action for executing tests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 4, 2025
- License
- None
Pinned Snippet
uses: myriaeducation/ci-action@a57e1d990904a533b38813b5790ef4e3637632bb # v2.0.10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| 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 | — |
| git_token | Git token | yes | — |
| admin_domain | Organization admin domain | yes | — |
| corporate_domain | Organization corporate domain | yes | — |
| phpunit | Execute phpunit tests | no | false |
| behat | Execute behat tests | no | false |
| jest | Execute jest tests | no | false |
| nb_workers | Number of workers | no | — |
| custom_env | Custom environment variables as key=value pairs | no | — |
| jest_command | Custom Jest command | no | npm run test --runInBand --silent |
| ip_recette | IP address for the recette environment | no | — |
| ip_demo | IP address for the demo environment | no | — |
| ip_prod | IP address for the prod environment | no | — |
| transfer_assets | Transfer server assets | no | true |
| deploy_to_recette | Deploy to recette | no | false |
| deploy_to_demo | Deploy to demo | no | false |
| deploy_to_prod | Deploy to prod | no | false |
| sentry_auth_token | Sentry auth token | yes | — |
| sentry_org | Sentry organization slug | yes | — |
| sentry_project | Sentry project token | yes | — |
Outputs
no outputs