diff --git a/.drone-do.star b/.drone-do.star new file mode 100644 index 0000000..3110074 --- /dev/null +++ b/.drone-do.star @@ -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, + [] + ) + \ No newline at end of file