launchflow/LaunchFlow Deploy Action
GitHub action to deploy your code to LaunchFlow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_id | The LaunchFlow project to deploy to. Should be of the format `project_XXXXXX` | yes | — |
| from_environment_name | The LaunchFlow environment to promote from (from -> to). | yes | — |
| to_environment_name | The LaunchFlow environment to promote to (from -> to). | yes | — |
| deployment_key | The LaunchFlow deployment key of the environment you are promoting to use for authentication. | yes | — |
| working_dir | The working directory to run the deploy from. Defaults to the root of the repository. | no | . |
| launchflow_cli_version | The version of the LaunchFlow CLI to use. Defaults to the latest version. | no | "" |
Outputs
no outputs