From 5d2bb124b4692555ba44231a660e077252eebe80 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Mon, 11 May 2020 11:48:18 +0100 Subject: [PATCH] deploy to do --- .drone-do.star | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .drone-do.star 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