ci: fix project-name option syntax
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d62227c14f
commit
02336befe7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue