Skip to content

Commit

Permalink
use docker image (langchain-ai#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra authored Sep 27, 2023
1 parent 8e1706a commit b47f0cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --wait-timeout 300
- run: flyctl deploy --wait-timeout 600
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
deploy-frontend:
Expand Down
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ app = "chat-langchain"
primary_region = "lax"

[build]
builder = "paketobuildpacks/builder:full"
dockerfile = "Dockerfile"

[env]
PORT = "8080"
Expand All @@ -17,5 +17,5 @@ primary_region = "lax"
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 1
min_machines_running = 2
processes = ["app"]

0 comments on commit b47f0cd

Please sign in to comment.