ghost/.drone-home.star

14 lines
245 B
Plaintext
Raw Normal View History

2020-05-10 17:47:39 +00:00
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,
"home-deploy",
stackRoot,
stackName,
[]
)