reload/Platform.sh - Get Environment URL
Detecting if PlatformSH is building an environment, and returning the URL when it's done deploying.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| PLATFORMSH_KEY | API key for connecting to Platform.sh | yes | — |
| PLATFORMSH_ID | ID for the Platform.sh project. | yes | — |
| ALLOW_CANCEL_CRON | Can we cancel on-going crons, to speed up deployment? default: 0 | no | 0 |
| ENVIRONMENT_NAME | Which environment to check against - defaults to pr-NUMBER | no | pr-${{ github.event.pull_request.number }} |
| ACTIVITY_TYPES | Types of deployments to wait for. Default: push - See types here: https://docs.platform.sh/integrations/activity/reference.html#type | yes | push |
| PSH_DETECTION_WAIT | How long should we maximum wait for PSH to detect the push? If the branch doesnt exist in the PlatformSH GIT Remote, this is how long the action will take. Actually inactive environments get detected instantly. | no | 10 |
Outputs
| name | description |
|---|---|
| url | The ready-to-connect URL |