add fly deploy stuff and update layout

This commit is contained in:
2024-12-06 23:31:45 +00:00
parent 213094ee93
commit 78e2e3cd3d
7 changed files with 99 additions and 19 deletions

22
fly.toml Normal file
View File

@@ -0,0 +1,22 @@
# fly.toml app configuration file generated for athen-lab-website on 2024-12-06T23:12:45Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'athen-lab-website'
primary_region = 'lhr'
[build]
[http_service]
internal_port = 80
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1