Skip to content

Commit

Permalink
Merge pull request #2424 from airqo-platform/staging
Browse files Browse the repository at this point in the history
move to production
  • Loading branch information
Baalmart authored Jan 28, 2025
2 parents d9755f1 + b4519ba commit 36906f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-frontends-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ jobs:
echo " operating_system: \"ubuntu22\"" >> app.yaml
echo " runtime_version: \"3.12\"" >> app.yaml
echo "readiness_check:" >> app.yaml
echo " check_interval_sec: 10" >> app.yaml
echo " timeout_sec: 15" >> app.yaml
echo " check_interval_sec: 5" >> app.yaml
echo " timeout_sec: 4" >> app.yaml
echo " failure_threshold: 2" >> app.yaml
echo " success_threshold: 2" >> app.yaml
echo " app_start_timeout_sec: 1800" >> app.yaml
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/deploy-frontends-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,12 @@ jobs:
echo " max_num_instances: 5" >> app.yaml
echo " cpu_utilization:" >> app.yaml
echo " target_utilization: 0.8" >> app.yaml
echo "readiness_check:" >> app.yaml
echo " check_interval_sec: 5" >> app.yaml
echo " timeout_sec: 4" >> app.yaml
echo " failure_threshold: 2" >> app.yaml
echo " success_threshold: 2" >> app.yaml
echo " app_start_timeout_sec: 1800" >> app.yaml
echo "========== Creating .env.yaml file =========="
echo "env_variables:" > .env.yaml
echo "runtime_config:" >> app.yaml
Expand Down

0 comments on commit 36906f1

Please sign in to comment.