Merge branch 'home-deploy'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-08-11 08:29:13 +01:00
commit 2d707e2080
2 changed files with 14 additions and 1 deletions

14
.drone-do.star Normal file
View File

@ -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,
[]
)

View File

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