From 45f10f5188825f84c08d27a1c8da6e04de022c22 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 25 Apr 2020 17:53:20 -0400 Subject: [PATCH] make: Add server restart to the release recipe This is powered by a simple shell script living on the server itself (while I learn about Alpine's openrc daemons and managing them...) I'll make an effort to clean that bit up, but for now, the convenience of having `make release` try to restart the production server is too high to worry about having such specific ssh commands in a Makefile. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b9b4122..e7bc78d 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,4 @@ test: release: test ./build.sh scp -r build/* www@euchre.live:/var/www/euchre-live + ssh www@euchre.live sh /var/www/deploy.sh -- libgit2 1.1.1