aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-07-18 01:23:24 +0530
committerBobby <[email protected]>2022-07-18 01:23:24 +0530
commitef71b1651c06197cb2a73651edf77f3a5ef67402 (patch)
treef24b4555981e41b48c4ceb1a37b4aae6cbbbb448
parentdc23ef35263eaa43eeb9e1e625aa04ec8ecaa8e8 (diff)
downloadthatcomputerscientist-ef71b1651c06197cb2a73651edf77f3a5ef67402.tar.xz
thatcomputerscientist-ef71b1651c06197cb2a73651edf77f3a5ef67402.zip
Site moved to ghost
-rw-r--r--fly.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml
index 923c893a..de7b1ebf 100644
--- a/fly.toml
+++ b/fly.toml
@@ -12,9 +12,10 @@ processes = []
[env]
PORT = "8080"
+ url = "https://thatcomputerscientist.com"
[mounts]
-source = "thatcomputerscientist_data"
+source = "data"
destination = "/var/lib/ghost/content"
[experimental]