diff --git a/.drone-home.star b/.drone-home.star index 3c2ed63..753d0d8 100644 --- a/.drone-home.star +++ b/.drone-home.star @@ -5,7 +5,7 @@ def main(ctx): return drone( ctx, "home-deploy", - "/home/giles/gitea-drone-stack", + "/stack-deploy", "gitea", [ "docker service scale gitea_ngrok=1", diff --git a/README.md b/README.md index b7c701e..ed39449 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,9 @@ In a [docker](https://www.docker.com/) stack. * git - https://git.sigyl.com/ * drone - https://drone.sigyl.com/ * guacamole - https://remote.sigyl.com/ + +## installation + +Once installed and running the system can redeploy itself. + +However initially you need to do this yourself. \ No newline at end of file