From 18e7580b718a9675410fb4059724f06d9a4e471b Mon Sep 17 00:00:00 2001 From: David Dworken Date: Thu, 3 Nov 2022 18:17:43 -0700 Subject: [PATCH] Add ssh command to finish the deploy-static make command --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 67758ae..9fff6f0 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ build-api: deploy-static: build-static docker push gcr.io/dworken-k8s/hishtory-static + ssh monoserver "cd ~/infra/ && docker compose pull hishtory-static && docker compose up -d --no-deps hishtory-static" deploy-api: build-api docker push gcr.io/dworken-k8s/hishtory-api