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