infra/docs/deploying.md

21 lines
669 B
Markdown
Raw Permalink Normal View History

2023-10-28 23:37:31 +00:00
# Deploying new versions
We use [deploy-rs](https://github.com/serokell/deploy-rs) to deploy changes. Currently this process is not automated, so configuration changes will have to be manually deployed.
2023-11-06 20:34:50 +00:00
To deploy, make sure you have a [working development shell](./development-shell.md). Then, run `deploy-rs` with the hostname of the server you want to deploy:
2023-10-28 23:37:31 +00:00
2023-11-06 20:34:50 +00:00
For nachtigall.pub.solar:
2023-10-28 23:37:31 +00:00
```
deploy '.#nachtigall'
```
2023-11-06 20:34:50 +00:00
For flora-6.pub.solar:
```
deploy '.#flora-6'
```
You'll need to have SSH Access to the boxes to be able to do this.
### SSH access
Ensure your SSH public key is in place [here](./public-keys/admins.nix) and was deployed by someone with access.