Skip to content

Commit

Permalink
Add note about circle ci ui for creating a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
david-venhoff committed Feb 22, 2025
1 parent d77a733 commit 3cacabd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

## Triggering a Delivery using the CI

The easiest way to deliver a new build to production or development is to trigger the corresponding CircleCI workflows _triggered_native_development_delivery_ and _triggered_production_delivery_:
The easiest way to deliver a new build to production or development is to trigger the corresponding CircleCI workflows _triggered_native_development_delivery_ and _triggered_production_delivery_.
You can either use the CircleCI web ui or by sending a POST request to CircleCI:

- Get a CircleCI [Personal API Token](https://circleci.com/docs/2.0/managing-api-tokens/).
- Trigger a delivery by sending a POST request to:`https://circleci.com/api/v2/project/github/digitalfabrik/lunes-app/pipeline`
Expand Down

0 comments on commit 3cacabd

Please sign in to comment.