datacite / volpino

The DataCite Profiles service
https://profiles.datacite.org
MIT License
2 stars 0 forks source link

Update workflows to fix issues with containers and to use common components for CI #125

Closed digitaldogsbody closed 2 years ago

digitaldogsbody commented 2 years ago

The current release/deploy workflows use the broken method of trying to access MySQL/ElasticSearch/memcached/etc without referring to the ports that are actually exposed as mapped by the github workflows container setup.

Additionally, refactor the workflows to make use of a common CI process (as per @jrhoads work on Lupo etc)

digitaldogsbody commented 2 years ago

Fixed in #120