forked from Fediversity/Fediversity
16 lines
258 B
Markdown
16 lines
258 B
Markdown
|
# fediversity.eu webserver
|
||
|
|
||
|
This directory contains the configuration for the server hosting https://fediversity.eu
|
||
|
|
||
|
Build the configuration:
|
||
|
|
||
|
```bash
|
||
|
nix-build -A machine
|
||
|
```
|
||
|
|
||
|
Deploy via SSH:
|
||
|
|
||
|
```bash
|
||
|
env SSH_OPTS="..." nix-shell --run deploy-webserver
|
||
|
```
|