cli/entity/deployment_trigger.go
Christian Ivicevic 46ce910134
Fix outdated deployEnvironmentTriggers mutation (#267)
* 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
2022-08-24 12:12:14 -07:00

7 lines
131 B
Go

package entity
type DeployEnvironmentTriggersRequest struct {
ProjectID string
EnvironmentID string
ServiceID string
}