Skip to content

Commit

Permalink
remove s
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSsempala committed Jan 24, 2025
1 parent acedbc4 commit f1a33e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend-pr-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ jobs:
echo "includes:" >> app.yaml
echo " - .env.yaml" >> app.yaml
echo "automatic_scaling:" >> app.yaml
echo " cool_down_period_sec: 120s" >> app.yaml
echo " cool_down_period_sec: 120" >> app.yaml
echo " min_num_instances: 1" >> app.yaml
echo " max_num_instances: 3" >> app.yaml
echo " cpu_utilization:" >> app.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontends-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
echo "includes:" >> app.yaml
echo " - .env.yaml" >> app.yaml
echo "automatic_scaling:" >> app.yaml
echo " cool_down_period_sec: 120s" >> app.yaml
echo " cool_down_period_sec: 120" >> app.yaml
echo " min_num_instances: 1" >> app.yaml
echo " max_num_instances: 10" >> app.yaml
echo " cpu_utilization:" >> app.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontends-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
echo "includes:" >> app.yaml
echo " - .env.yaml" >> app.yaml
echo "automatic_scaling:" >> app.yaml
echo " cool_down_period_sec: 120s" >> app.yaml
echo " cool_down_period_sec: 120" >> app.yaml
echo " min_num_instances: 1" >> app.yaml
echo " max_num_instances: 5" >> app.yaml
echo " cpu_utilization:" >> app.yaml
Expand Down

0 comments on commit f1a33e9

Please sign in to comment.