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.
|
|
|
load("@this//stack:drone.star", "drone")
|
|
|
|
def main(ctx):
|
|
return drone(
|
|
"home-deploy",
|
|
"/home/giles/gitea-drone-stack",
|
|
"gitea",
|
|
)
|
|
|