From 99755b80a4aae4a4bf2eb23b012c40689546c606 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Thu, 8 Oct 2020 15:02:29 +0200 Subject: [PATCH] update command for drone runner Signed-off-by: Felix Bartels --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0751ada..1f13eea 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This project is published as Sponsorware. Which means it is (at first) only avai - Run `make exec` to open the cli of the app and modify `.env` so that it can connect to your Git instance - Run `cloudron restart` to restart the app and apply your changes - Verify that your setup works by going to `https://drone.yourdomain.com` -- If all looks good run `run-agent.sh` to start the Drone agent on your local machine +- If all looks good run `runner/start.sh` to start the Drone agent on your local machine (will fetch credentials from the installed app directly) - Add the Drone configuration to your desired repositories ## Tips and Tricks