codesphere-cloud/Codesphere Deploy
Deploys the repository in Codesphere
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| email of the codesphere user | yes | — | |
| password | Password of the codesphere user account | yes | — |
| team | Name of the codesphere team | yes | — |
| plan | Plan of the created workspace. Available options: - Micro - Boost - Pro | no | Boost |
| onDemand | Use a Codesphere onDemand workspace that shuts down if unused. | no | false |
| restricted | Wheter the dev domain of the workspace is restricted to team members of the workspace or public. | no | false |
| cloneDepth | Whether the repository clone should be shallow or not. | no | — |
| skipLfs | Whether to bypass the automatic downloading (smudging) of Git LFS files during git clone. | no | false |
| recurseSubmodules | After the clone is created, initialize and clone all submodules. | no | true |
| deploymentLinkType | Controls the URL format posted in PR comments. - 'dev-domain' (default): direct link to the running app - 'preview': link to the IDE preview tab | no | dev-domain |
| ciProfile | The name of the CI profile to use for the deployment. If not provided - default profile will be used. | no | — |
| env | Set environment variables in your workspace. Use dotenv like environment variables definition. See https://www.npmjs.com/package/dotenv for details. | no | — |
| vpnConfig | Name of the vpn config the workspace should connect to. The vpn configuration has to be configured in the team before. | no | — |
| apiUrl | codesphere url | no | https://codesphere.com |
Outputs
no outputs