mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 14:07:23 +00:00
* Fix outdated deployEnvironmentTriggers mutation * Update the redeploy log link to the newly created deployment * Add flag to skip redeploy * Apply smaller review suggestions * Hoist service id deduction
7 lines
131 B
Go
7 lines
131 B
Go
package entity
|
|
|
|
type DeployEnvironmentTriggersRequest struct {
|
|
ProjectID string
|
|
EnvironmentID string
|
|
ServiceID string
|
|
}
|