diff --git a/.drone-do.star b/.drone-do.star new file mode 100644 index 0000000..d9b56fd --- /dev/null +++ b/.drone-do.star @@ -0,0 +1,14 @@ + +load("@this//ghost:drone.star", "drone") +load("@this//ghost:stack-name.star", "stackName") +load("@this//ghost:stack-root.star", "stackRoot") + +def main(ctx): + return drone( + ctx, + "do", + stackRoot, + stackName, + [] + ) + \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index c02f730..fe89ed5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,6 @@ services: - ghost-content-adapters:/var/lib/ghost/content/adapters - ghost-content-data:/var/lib/ghost/content/data - ghost-content-logs:/var/lib/ghost/content/logs - environment: - GIT_DOMAIN=$GIT_DOMAIN - GHOST-MAIL-SERVICE=$GHOST-MAIL-SERVICE