From 02336befe7934f6488daaca7f243b22a76f6f61b Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Tue, 28 Feb 2023 02:24:14 +0100 Subject: [PATCH] ci: fix project-name option syntax --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 065b173..1826f4f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -26,4 +26,4 @@ export DEPLOY_TAG="$TAG" docker pull registry.greenbaum.cloud/pub_solar/miom.space:"$DEPLOY_TAG" # Deploy on Greenbaum Cloud -docker-compose up --detach --project-name miomspace +docker-compose --project-name miomspace up --detach