This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/.drone-do.star

11 lines
138 B
Plaintext
Raw Normal View History

2020-04-27 19:55:45 +00:00
2020-04-28 17:41:26 +00:00
load("@this//stack:drone.star", "drone")
2020-04-27 19:55:45 +00:00
def main(ctx):
2020-04-28 17:41:26 +00:00
return drone(
ctx,
"do",
"/root/stack-deploy",
"gitea",
)