Compare commits

...

1 Commits
master ... do

Author SHA1 Message Date
Giles Bradshaw a34548c293 Deploy portainer on do
continuous-integration/drone/push Build is passing Details
2020-05-11 10:33:16 +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//portainer:drone.star", "drone")
load("@this//portainer:stack-name.star", "stackName")
load("@this//portainer:stack-root.star", "stackRoot")
def main(ctx):
return drone(
ctx,
"do",
stackRoot,
stackName,
[]
)