vanvalenlab / kiosk-console

DeepCell Kiosk Distribution for Kubernetes on GKE and AWS
https://deepcell-kiosk.readthedocs.io
Other
35 stars 6 forks source link

Migrate CI/CD from TravisCI to GitHub Actions #394

Closed willgraf closed 3 years ago

willgraf commented 3 years ago

TravisCI now uses paid credits for open source projects, and our credit budget is depleted. In order to continue having a working CI/CD platform, we need to migrate to GitHub Actions.

This PR removes .travis.yml and the encrypted resources in .travis/ and replaces them with .github/workflows for unit tests, integration tests, and docker image deployments.