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

12 lines
179 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",
2020-04-28 19:30:40 +00:00
"docker service scale gitea_ngrok=0"
2020-04-28 17:41:26 +00:00
)