From 36c34ce2d8eb3214abd4ee092309c3ef6e9b354c Mon Sep 17 00:00:00 2001 From: Erik Winter Date: Mon, 25 Dec 2023 11:15:22 +0100 Subject: [PATCH] full path in deploy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6673654..5fcdc34 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ build-api: go build -o emdb-api ./cmd/api-service/service.go deploy-api: - ssh ewintr.nl deploy-emdb-api.sh \ No newline at end of file + ssh ewintr.nl /home/erik/bin/deploy-emdb-api.sh \ No newline at end of file