Skip to content

Commit

Permalink
chore: set deployment to gen1
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Nov 20, 2024
1 parent 123204f commit 1601fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
TAG: latest
DEPLOY_CONFIG: >-
port:8080
execution-environment:gen2
execution-environment:gen1
concurrency:80
service-min-instances:default
min-instances:default
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
TAG: latest
DEPLOY_CONFIG: >-
port:8080
execution-environment:gen2
execution-environment:gen1
concurrency:80
service-min-instances:default
min-instances:default
Expand Down

0 comments on commit 1601fe6

Please sign in to comment.