forked from fediversity/fediversity
332 B
332 B
service deployment
usage
<-- TODO: port to just -->
updating npins
$ cd launch/
$ echo "$(nix eval --json -f ../npins)" > .npins.json
local development
$ nix-shell
$ eval "$(ssh-agent -s)"
# set your ssh key, e.g.:
$ ssh_key="$(readlink -f ~/.ssh/id_ed25519)"
$ rm -rf .terraform/
$ tofu init