From 6b569cceb5332ea481190a86086fbf934c7c89e7 Mon Sep 17 00:00:00 2001 From: UncleCode Date: Sat, 16 Nov 2024 17:21:45 +0800 Subject: [PATCH] feat(deploy): update branch to 0.3.74 and change instance size to basic-xs --- .do/app.yaml | 2 +- .do/deploy.template.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.do/app.yaml b/.do/app.yaml index 7e11aab7..bff8ff97 100644 --- a/.do/app.yaml +++ b/.do/app.yaml @@ -6,7 +6,7 @@ region: nyc services: - dockerfile_path: Dockerfile github: - branch: main + branch: 0.3.74 deploy_on_push: true repo: unclecode/crawl4ai health_check: diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index c7db5e7e..73ee7c5c 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -3,12 +3,12 @@ spec: services: - name: crawl4ai git: - branch: main + branch: 0.3.74 repo_clone_url: https://github.com/unclecode/crawl4ai.git dockerfile_path: Dockerfile http_port: 11235 instance_count: 1 - instance_size_slug: professional-xs # 4GB RAM, 2 vCPUs + instance_size_slug: basic-xs # 4GB RAM, 2 vCPUs health_check: http_path: /health envs: