mirror of
https://forge.katzen.cafe/katzen-cafe/katzen-cafe.git
synced 2024-11-05 07:26:23 +01:00
11 lines
146 B
Makefile
11 lines
146 B
Makefile
deploy:
|
|
colmena apply
|
|
|
|
build:
|
|
colmena build
|
|
|
|
update:
|
|
nix flake update --commit-lock-file
|
|
just deploy
|
|
ssh root@katzen.cafe ./update-arion.sh
|