chore(users): grfn -> aspen

Change-Id: I6c6847fac56f0a9a1a2209792e00a3aec5e672b9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10809
Autosubmit: aspen <root@gws.fyi>
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
Aspen Smith 2024-02-11 22:00:40 -05:00 committed by clbot
parent 0ba476a426
commit 82ecd61f5c
478 changed files with 75 additions and 77 deletions

View file

@ -21,7 +21,7 @@ commands to install all development dependencies:
``` shell-session
$ pwd
/path/to/depot/users/grfn/bbbg
/path/to/depot/users/aspen/bbbg
$ direnv allow
$ lorri watch --once # Wait for a single nix shell build
```
@ -30,7 +30,7 @@ Then, to run a docker container with the development database:
``` shell-session
$ pwd
/path/to/depot/users/grfn/bbbg
/path/to/depot/users/aspen/bbbg
$ arion up -d
```
@ -86,7 +86,7 @@ This will run a web server for the application listening at
#### In Emacs, with [CIDER](https://docs.cider.mx/cider/index.html) + [direnv](https://github.com/wbolster/emacs-direnv)
Open `//users/grfn/bbbg/src/bbbg/core.clj` in a buffer, then follow the
Open `//users/aspen/bbbg/src/bbbg/core.clj` in a buffer, then follow the
instructions at the end of the file
## Deployment
@ -120,7 +120,7 @@ The current deploy configuration includes:
You'll need:
- An uberjar for bbbg; the canonical way of building that is `nix-build
/path/to/depot -A users.grfn.bbbg.server-jar` but I\'m not sure how that
/path/to/depot -A users.aspen.bbbg.server-jar` but I\'m not sure how that
works outside of nix
- A postgresql database
- Environment variables telling the app how to connect to that

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, depot, ... }:
let
bbbg = depot.users.grfn.bbbg;
bbbg = depot.users.aspen.bbbg;
cfg = config.services.bbbg;
in
{

View file

@ -16,7 +16,7 @@ mkShell {
module=$(nix-build ~/code/depot -A users.grfn.bbbg.tf.module)
rm -f ~/tfstate/bbbg/*.json
cp ''${module}/*.json ~/tfstate/bbbg
exec ${depot.users.grfn.bbbg.tf.terraform}/bin/terraform \
exec ${depot.users.aspen.bbbg.tf.terraform}/bin/terraform \
-chdir=/home/grfn/tfstate/bbbg \
"$@"
'')

Some files were not shown because too many files have changed in this diff Show more