Skip to content

Commit

Permalink
Merge pull request #292 from Scalingo/feat/deployment-image-size
Browse files Browse the repository at this point in the history
Feat: deployment image size
  • Loading branch information
cyrille-sg authored Dec 20, 2022
2 parents c7930ef + 9a5a048 commit c1d4430
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/regional/deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export interface Deployment {
pusher: DeploymentPusher;
/** hypermedia links about the deployment */
links: DeploymentLinks;
/** size of the deployment image (in bytes) */
image_size: number;
}

/** @see https://developers.scalingo.com/deployments */
Expand Down

0 comments on commit c1d4430

Please sign in to comment.