Skip to content

Commit

Permalink
fix: update command
Browse files Browse the repository at this point in the history
  • Loading branch information
polomarcus committed Nov 28, 2023
1 parent 35fb626 commit e3a0881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scaleway-down.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
SCW_ORGANIZATION_ID: ${{ secrets.SCW_ORGANIZATION_ID }}
SCW_ZONE: ${{ secrets.SCW_ZONE }}
with:
args: container container update container-id=${{ env.CONTAINER_ID }} min-scale=0
args: container container update min-scale=0 ${{ env.CONTAINER_ID }}
2 changes: 1 addition & 1 deletion .github/workflows/scaleway-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
SCW_ORGANIZATION_ID: ${{ secrets.SCW_ORGANIZATION_ID }}
SCW_ZONE: ${{ secrets.SCW_ZONE }}
with:
args: container container update container-id=${{ env.CONTAINER_ID }} min-scale=1
args: container container update min-scale=1 ${{ env.CONTAINER_ID }}

0 comments on commit e3a0881

Please sign in to comment.