fly.io deploy
This commit is contained in:
parent
18b50c220b
commit
f0b8a6276a
|
@ -0,0 +1,3 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY public/vrijkorteverhalen.nl /usr/share/nginx/html
|
|
@ -0,0 +1,22 @@
|
|||
# fly.toml app configuration file generated for websites on 2025-01-06T19:26:19+01:00
|
||||
#
|
||||
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||||
#
|
||||
|
||||
app = 'websites'
|
||||
primary_region = 'ams'
|
||||
|
||||
[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
|
|
@ -1,5 +1,5 @@
|
|||
# The base URL of the site; the only required configuration variable.
|
||||
base_url = "https://zola-pickles.pages.dev"
|
||||
base_url = "https://vrijkorteverhalen.nl"
|
||||
|
||||
# The site title and description; used in feeds by default.
|
||||
title = "VrijKorteVerhalen.nl"
|
||||
|
|
Loading…
Reference in New Issue