pipeopshq/PipeOps Deploy
Deploy applications to PipeOps platform using the PipeOps CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 21, 2026
- License
- MIT
Pinned Snippet
uses: pipeopshq/pipeops-gh-action@fad7a08fe2af887b15cf2d2e4f6c84934714fe42 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pipeops-token | PipeOps API token/authentication token | yes | — |
| project-id | PipeOps project ID | yes | — |
| environment | Deployment environment | no | production |
| branch | Git branch to deploy | no | "" |
| pipeline | Pipeline name or ID if using pipeops deploy pipeline | no | "" |
| working-directory | Directory to run commands from | no | "" |
| cli-version | PipeOps CLI version to install (default: latest) | no | latest |
Outputs
| name | description |
|---|---|
| deployment-id | ID of the created deployment |
| deployment-url | URL of the deployed application |
| deployment-status | Status of the deployment |