cppgh/Deploy PHP application
Deploy PHP application
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cluster_name | Cluster name | yes | — |
| service_name | Service name | yes | — |
| image | ECR image | yes | — |
| task_definition | Task definition | yes | — |
| aws_access_key_id | AWS access key ID | yes | — |
| aws_secret_access_key | AWS secret access key | yes | — |
| docker_hub_username | Docker Hub username | yes | — |
| docker_hub_access_token | Docker Hub access token | yes | — |
| slack_webhook_url | Slack webhook URL | yes | — |
| version_json_path | Path to write version.json | yes | — |
| sentry_release_path | Path to write Sentry release information | yes | ./.sentry_release |
| dockerfile_path | Path to Dockerfile | yes | — |
| build_target | Docker build target | — | — |
| build_context | Docker build context | yes | . |
| composer_auth | Base64-encoded JSON with token for composer to authenticate to GitHub (for private repo dependencies) | — | — |
| build_image | Rebuild image before deploying | yes | true |
| cache_composer | Cache composer dependencies | yes | true |
| pre_build_step | Command to run before building the image | no | — |
| post_build_step | Command to run after building the image | no | — |
Outputs
no outputs