Compare commits

...

1 Commits
master ... do

Author SHA1 Message Date
Giles Bradshaw 7f2013e74b deploy to do
continuous-integration/drone/push Build is passing Details
2020-05-11 11:53:47 +01:00
1 changed files with 14 additions and 0 deletions

14
.drone-do.star Normal file
View File

@ -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,
[]
)