Checkpoint 5

This commit is contained in:
Philipp Wellner
2023-07-30 12:38:47 +02:00
parent 9116635efc
commit 9b1eba127a
9 changed files with 177 additions and 43 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
dev:
GOOS=linux GOARCH=arm64 go build .
scp godoor workshopdoor:/tmp/
ssh workshopdoor 'mv -f /tmp/godoor ~/ && sudo systemctl restart godoor'