diff options
| author | Bobby <[email protected]> | 2022-07-18 01:23:24 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-07-18 01:23:24 +0530 |
| commit | ef71b1651c06197cb2a73651edf77f3a5ef67402 (patch) | |
| tree | f24b4555981e41b48c4ceb1a37b4aae6cbbbb448 | |
| parent | dc23ef35263eaa43eeb9e1e625aa04ec8ecaa8e8 (diff) | |
| download | thatcomputerscientist-ef71b1651c06197cb2a73651edf77f3a5ef67402.tar.xz thatcomputerscientist-ef71b1651c06197cb2a73651edf77f3a5ef67402.zip | |
Site moved to ghost
| -rw-r--r-- | fly.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,9 +12,10 @@ processes = [] [env] PORT = "8080" + url = "https://thatcomputerscientist.com" [mounts] -source = "thatcomputerscientist_data" +source = "data" destination = "/var/lib/ghost/content" [experimental] |
