Merge branch 'home-deploy'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
commit
2d707e2080
|
@ -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,
|
||||||
|
[]
|
||||||
|
)
|
||||||
|
|
|
@ -15,7 +15,6 @@ services:
|
||||||
- ghost-content-adapters:/var/lib/ghost/content/adapters
|
- ghost-content-adapters:/var/lib/ghost/content/adapters
|
||||||
- ghost-content-data:/var/lib/ghost/content/data
|
- ghost-content-data:/var/lib/ghost/content/data
|
||||||
- ghost-content-logs:/var/lib/ghost/content/logs
|
- ghost-content-logs:/var/lib/ghost/content/logs
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GIT_DOMAIN=$GIT_DOMAIN
|
- GIT_DOMAIN=$GIT_DOMAIN
|
||||||
- GHOST-MAIL-SERVICE=$GHOST-MAIL-SERVICE
|
- GHOST-MAIL-SERVICE=$GHOST-MAIL-SERVICE
|
||||||
|
|
Loading…
Reference in New Issue