ci: fix project-name option syntax
continuous-integration/drone/push Build is passing Details

pull/2/head 1.0.12
teutat3s 2023-02-28 02:24:14 +01:00
parent d62227c14f
commit 02336befe7
Signed by: teutat3s
GPG Key ID: 18DAE600A6BBE705
1 changed files with 1 additions and 1 deletions

View File

@ -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