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

CD workflow for uploading Entities #9

Merged
merged 16 commits into from
Apr 26, 2024
Merged

Conversation

CasperWA
Copy link
Contributor

@CasperWA CasperWA commented Apr 10, 2024

Closes #4

Add a new CI/CD workflow that will run on all pull requests and pushes to main.
It will gather all changed entities and validate them.
If it is run as a result of a push to the main branch, it will also, subsequently, upload the entities to onto-ns.com.

A valid entity means it matches the (pydantic) model from entities-service as well as not being different from an existing entity on onto-ns.com, while retaining the same URI.

To do:

@CasperWA CasperWA marked this pull request as ready for review April 26, 2024 09:56
@CasperWA CasperWA requested a review from sygout April 26, 2024 09:56
@CasperWA CasperWA merged commit 529e25e into main Apr 26, 2024
1 check passed
@CasperWA CasperWA deleted the cwa/close-4-ci-cd-upload-entities branch April 26, 2024 13: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.

CD for onto-ns deployment/upload
2 participants