Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Recognizer] Setup CD #29

Merged
merged 5 commits into from
Jul 19, 2024
Merged

[Recognizer] Setup CD #29

merged 5 commits into from
Jul 19, 2024

Conversation

mickel8
Copy link
Member

@mickel8 mickel8 commented Jul 17, 2024

After this PR, a new docker Recognizer docker image will be created, published and deployed every time we create a tag recognizer-vX where X can be anything e.g. v0.1.0 v0.1.0-32dfeg v0.1.0-dev.

Docker image can be pulled with docker pull ghcr.io/elixir-webrtc/apps/recognizer:0.1.0 (so with v stripped) or using latest.

Deployed version is available under https://recognizer.elixir-webrtc.org

@mickel8 mickel8 force-pushed the reco-deploy branch 2 times, most recently from 55d19a8 to 17b981b Compare July 17, 2024 16:01
@mickel8 mickel8 mentioned this pull request Jul 17, 2024
54 tasks
@mickel8 mickel8 force-pushed the reco-deploy branch 7 times, most recently from f052232 to f6a60ac Compare July 18, 2024 11:43
@mickel8 mickel8 marked this pull request as ready for review July 18, 2024 11:45
@mickel8 mickel8 requested review from LVala and sgfn July 18, 2024 11:57
@LVala
Copy link
Member

LVala commented Jul 18, 2024

Btw, there's something wrong with the tab title on the deployed version
image

Wasn't it Home <dot> Recognizer before?

Copy link
Member

@LVala LVala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the __CI__... a convention?

Comment on lines 26 to 30
- name: Checkout the code
uses: actions/checkout@v4
with:
sparse-checkout: ${{ inputs.app-name }}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't really need that, do we? The tag is present in the github context, and the container image is pulled from the registry

Base automatically changed from reco-docker to master July 19, 2024 19:22
@mickel8
Copy link
Member Author

mickel8 commented Jul 19, 2024

@LVala Github workflows cannot be nested so I prefixed them with __CI__ and __CD__ for some kind of sorting and easier navigation

@mickel8
Copy link
Member Author

mickel8 commented Jul 19, 2024

@LVala

Wasn't it Home Recognizer before?

Fixed

@mickel8 mickel8 merged commit b690647 into master Jul 19, 2024
3 checks passed
@mickel8 mickel8 deleted the reco-deploy branch July 19, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants