Skip to content

Commit

Permalink
Update app.yaml (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarraann authored Sep 1, 2023
1 parent b2709b0 commit e4e7d2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .do/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: superagi
services:
- dockerfile_path: DockerfileRedis
github:
branch: digitalocean-deployment
branch: main
deploy_on_push: true
repo: TransformerOptimus/SuperAGI
internal_ports:
Expand All @@ -36,7 +36,7 @@ services:
scope: RUN_TIME
value: ${super-agi-main.DATABASE_URL}
github:
branch: digitalocean-deployment
branch: main
deploy_on_push: true
repo: TransformerOptimus/SuperAGI
http_port: 8001
Expand Down Expand Up @@ -65,12 +65,12 @@ workers:
scope: RUN_TIME
value: ${super-agi-main.DATABASE_URL}
github:
branch: digitalocean-deployment
branch: main
deploy_on_push: true
repo: TransformerOptimus/SuperAGI
instance_count: 1
instance_size_slug: basic-xs
run_command: celery -A superagi.worker worker --beat --loglevel=info
source_dir: /
name: superagi-celery


0 comments on commit e4e7d2c

Please sign in to comment.