diff --git a/.drone-do.star b/.drone-do.star new file mode 100644 index 0000000..193af4a --- /dev/null +++ b/.drone-do.star @@ -0,0 +1,14 @@ + +load("@this//matomo:drone.star", "drone") +load("@this//matomo:stack-name.star", "stackName") +load("@this//matomo:stack-root.star", "stackRoot") + +def main(ctx): + return drone( + ctx, + "do", + stackRoot, + stackName, + [] + ) + \ No newline at end of file