axelerant/Platform.sh Actions
Perform action on platform.sh projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Action to perform | yes | deploy |
| project-id | Project ID on platform.sh | yes | — |
| cli-token | Token for platform.sh CLI | yes | — |
| ssh-private-key | SSH key to access the git repository on platform.sh | no | — |
| cli-version | Platform.sh CLI version to setup | yes | latest |
| force-push | Force push to Platform.sh | no | — |
| environment-name | Name of the platform.sh instance | no | — |
| parent-environment-name | Name of the platform.sh instance to branch from | no | — |
| activate | Whether or not to activate the environment | no | true |
Outputs
| name | description |
|---|---|
| deployed-url | URL of deployed instance |