Skip to content

Commit

Permalink
Merge pull request #45 from hopinc/add-target_container_count
Browse files Browse the repository at this point in the history
Add target container count
  • Loading branch information
Looskie authored Oct 23, 2022
2 parents b4ecb4c + 1c0ad0b commit 99a8f3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-forks-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@onehop/js': patch
---

Add target container count to deployment type
5 changes: 5 additions & 0 deletions src/rest/types/ignite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ export interface Deployment {
* Current active build for deployment
*/
active_build: Build | null;

/**
* The target amount of containers a deployment should run
*/
target_container_count: number;
}

export interface BuildMetaData {
Expand Down

1 comment on commit 99a8f3c

@vercel
Copy link

@vercel vercel bot commented on 99a8f3c Oct 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hop-js – ./

hop-js-onehop.vercel.app
hop-js-git-master-onehop.vercel.app
hop-js.vercel.app
js.hop.io

Please sign in to comment.