BioContainers / registry

Docker for Bioinformatics
http://biocontainers.pro
Apache License 2.0
20 stars 15 forks source link

Better deployment in github-pages #40

Closed ypriverol closed 5 years ago

ypriverol commented 5 years ago

We need to implement a mechanism that everytime we accept a PR in Master, the web get deploy in github-pages and can be seen in registry.github.io. For that probalby we will need to rename the repository as registry.

We should use travis for this deployment.

bgruening commented 5 years ago

@ypriverol travis has been bought and the future does not look bright. You might look at CirceCI or Azure Pipelines for this.

ypriverol commented 5 years ago

Thanks @bgruening the idea is not only to use travis is also to move into a workflow like:

contribution to -> master -> merge PR -> CI push to GH-pages -> Web updated.

This was not the case before but now is there. We can replace Travis in the future with our jenkins.

ypriverol commented 5 years ago

Done