Skip to content

Commit

Permalink
[MNT] Modified the deployment process to trigger on release (#802)
Browse files Browse the repository at this point in the history
* Updated deployment `cd` workflow to trigger on `release` instead of push to `main`

* Updated README.md with the mention of `nightly` deployment of the app

---------

Co-authored-by: Sebastian Urchs <[email protected]>
  • Loading branch information
rmanaem and surchs authored Oct 29, 2024
1 parent ce01776 commit b20bace
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: cd

on:
push:
branches:
- main
release:
types: [published]
workflow_dispatch:

jobs:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ Please refer to our [**official documentation**](https://neurobagel.org/annotati

## Quickstart

The demo version of the annotation tool is hosted at [https://annotate.neurobagel.org/](https://annotate.neurobagel.org/).
The latest (stable) version of the annotation tool is hosted at [https://annotate.neurobagel.org/](https://annotate.neurobagel.org/).

The nightly (unstable) version of the annotation tool is hosted at [https://neurobagel-annotator.netlify.app/](https://neurobagel-annotator.netlify.app/).


## Local Installation

Expand Down

0 comments on commit b20bace

Please sign in to comment.