forked from Fediversity/Fediversity
Valentin Gagarin
3ae51fa545
- move the impure single-node deploy helper here it's not used anywhere else - reuse the pins from the website this needs to be cleaned up later - don't copy the config to the server it's impure (can't even build that without jumping through hoops), and useless when building via SSH Reviewed-on: Fediversity/Fediversity#1
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
|
|
```
|