Deploy portainer on do
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-05-11 10:33:16 +01:00
parent 89d26a81d0
commit a34548c293
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,
[]
)