mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2025-05-19 06:08:55 +00:00
add instructions to manually trigger a build
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
2d637066a9
commit
b70c8582eb
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,14 @@ You can either add secrets through the web UI or use drone directly from your te
|
|||
drone secret add -repository username/repository-name --name foo --data bar --allow-pull-request
|
||||
```
|
||||
|
||||
### Trigger build via curl
|
||||
|
||||
```bash
|
||||
curl -X POST -i https://drone.9wd.eu/api/repos/felix/cloudron-drone-app/builds -H "Authorization: Bearer your-token"
|
||||
```
|
||||
|
||||
Get token from https://drone.9wd.eu/account
|
||||
|
||||
## Inspiration
|
||||
|
||||
- [Setting up simple, self-hosted & fast CI/CD solution with Drone.io](https://webhookrelay.com/blog/2019/02/11/using-drone-for-simple-selfhosted-ci-cd/)
|
||||
|
|
Loading…
Reference in a new issue