From a55147346b8de993ffdb008b98a53b5f49c99d74 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Wed, 29 Apr 2020 07:07:43 +0100 Subject: [PATCH] . --- .drone-home.star | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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