From 4622d808a8c0ee3c54886288011b32d7d1b7719c Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Tue, 19 Apr 2022 17:23:29 +0200 Subject: [PATCH] Add postinstall message Signed-off-by: Felix Bartels --- POSTINSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 POSTINSTALL.md diff --git a/POSTINSTALL.md b/POSTINSTALL.md new file mode 100644 index 0000000..3fa2444 --- /dev/null +++ b/POSTINSTALL.md @@ -0,0 +1,5 @@ +# Hey there! + +Configuration for drone is stored in the file called `.env`. After you have made changes to it you can restart just drone-server by running `supervisorctl restart drone-server`. + +To work with drone you need to configure a provider in your `.env` file. See https://docs.drone.io/server/overview/ for instructions.