diff options
author | EuAndreh <eu@euandre.org> | 2022-11-25 16:28:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-25 16:28:56 -0300 |
commit | 1a83a3ba00e11a6508880174129a144dec3f1cc0 (patch) | |
tree | dd1461effd6c9b03dd1c154ad64f57fe5e175070 /Makefile | |
parent | rm -rf aux/ (diff) | |
download | server-1a83a3ba00e11a6508880174129a144dec3f1cc0.tar.gz server-1a83a3ba00e11a6508880174129a144dec3f1cc0.tar.xz |
src/infrastructure/guix/system.scm: Add working version of toph OS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -1,22 +1,18 @@ .POSIX: -check-guile: - guile tests/unit-tests.scm -check-shellcheck: - sh aux/assert-shellcheck.sh +all: -check-todos: - sh aux/workflow/assert-todos.sh -check: check-guile check-shellcheck check-todos +check: clean: - rm -rf public/ *.log + rm -rf public/ dev-check: check public: - sh aux/workflow/public.sh Servers servers public-inbox -.PHONY: check clean dev-check +deploy: + scp src/infrastructure/guix/system.scm toph:/etc/guix/ + ssh toph reconfigure |