note about the 2 toml files

This commit is contained in:
Nicholas Koben Kao 2024-01-26 19:35:00 -08:00
parent 9a715e9766
commit dd0af2a3e9

View File

@ -16,6 +16,7 @@ docker build -t bennykok/comfydeploy-builder:dev . && docker run --env-file .env
``` ```
## Before Deploy to Fly.io ## Before Deploy to Fly.io
there are 2 `toml` files one is for `preview` and the other is for `prod`
## Fly.io installation ## Fly.io installation
### Mac/Liunx ### Mac/Liunx
@ -54,4 +55,4 @@ fly launch
if not, run this instead if not, run this instead
``` ```
fly deploy fly deploy
``` ```