deploy to do
continuous-integration/drone/push Build is running Details

This commit is contained in:
Giles Bradshaw 2020-05-11 11:07:23 +01:00
parent 876a6ce5b9
commit edd86b970d
1 changed files with 14 additions and 0 deletions

14
.drone-do.star Normal file
View File

@ -0,0 +1,14 @@
load("@this//gitea:drone.star", "drone")
load("@this//gitea:stack-name.star", "stackName")
load("@this//gitea:stack-root.star", "stackRoot")
def main(ctx):
return drone(
ctx,
"do",
stackRoot,
stackName,
[]
)