posit-dev/Deploy to Posit Connect
Deploy content to Posit Connect using with-connect
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| license | Posit Connect license file contents | yes | — |
| version | Posit Connect version to use | no | release |
| config-file | Path to optional rstudio-connect.gcfg configuration file | no | — |
| image | Container image to use for Posit Connect | no | — |
| quiet | Suppress progress indicators during image pull | no | false |
| port | Port to map the Connect container to | no | 3939 |
| env | Environment variables to pass to Docker container (one per line, format: KEY=VALUE) | no | — |
| command | Command to run against Connect (omit to start Connect and output credentials) | no | — |
| stop | Container ID to stop (use instead of starting a new container) | no | — |
Outputs
| name | description |
|---|---|
| CONNECT_API_KEY | Connect API key (only set when no command is provided) |
| CONNECT_SERVER | Connect server URL (only set when no command is provided) |
| CONTAINER_ID | Docker container ID (only set when no command is provided) |