doctrine / automatic-releases

Internal automatic release tool for doctrine/* projects
MIT License
28 stars 5 forks source link

Deploy as github action #13

Closed Ocramius closed 4 years ago

Ocramius commented 5 years ago

Currently, the application is deployed at https://automatic-releases.herokuapp.com/

We shouldn't need a running daemon for this system: using GitHub actions would allow the existing organisation structure to manage it, and we'd also get rid of one more running server to maintain.

Unfortunately, actions are only available for private repositories for now.

Ocramius commented 4 years ago

Done in https://github.com/laminas/automatic-releases/pull/1