mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-21 21:00:59 +00:00
update to latest version
tweak readme for installation Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
ad8009bae2
commit
2a58bd9017
2 changed files with 3 additions and 3 deletions
|
@ -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" ]
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue