deploy to do
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-05-11 11:48:18 +01:00
parent 6d12b7f844
commit 5d2bb124b4
1 changed files with 14 additions and 0 deletions

14
.drone-do.star Normal file
View File

@ -0,0 +1,14 @@
load("@this//guacamole:drone.star", "drone")
load("@this//guacamole:stack-name.star", "stackName")
load("@this//guacamole:stack-root.star", "stackRoot")
def main(ctx):
return drone(
ctx,
"do",
stackRoot,
stackName,
[]
)