receitasdecerveja.com.br/fly.toml
Renne Rocha 7228ee43b5 Create jekyll-gh-pages.yml
Revert

Commit inicial - quickstart do Pelican

Remover README

Teste de Action para Github Actions

Clean repo

Making it work with Pelican and fly.io

Novo tema e tracking com Umami
2023-12-26 17:57:31 -03:00

22 lines
492 B
TOML

# fly.toml app configuration file generated for receitasdecerveja-com-br on 2023-12-15T19:36:49-03:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "receitasdecerveja-com-br"
primary_region = "gru"
[build]
[http_service]
internal_port = 8043
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 512