update to latest version

tweak readme for installation

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-07-21 07:44:18 +02:00
parent ad8009bae2
commit 2a58bd9017
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM drone/drone:1.7.0 as drone
FROM drone/drone:1.9.0 as drone
FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
@ -23,4 +23,4 @@ COPY start.sh /app/pkg/
WORKDIR /app/data
CMD [ "/app/pkg/start.sh" ]
CMD [ "/app/pkg/start.sh" ]

View file

@ -17,7 +17,7 @@ This project is published as Sponsorware. Which means it is (at first) only avai
## Installation
- Run `make install` to install the Drone server component at `drone.yourdomain.com` (`yourdomain.com` automatically adapts to your Cloudron setup)
- Run `DOCKER_REPO=your-docker-hub-user make install` to install the Drone server component at `drone.yourdomain.com` (`yourdomain.com` automatically adapts to your Cloudron setup)
- 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`