tattle-made / Uli

Software and Resources for Mitigating Online Gender Based Violence in India
https://uli.tattle.co.in
GNU General Public License v3.0
40 stars 29 forks source link

Add github action to automatically build and push image for the ML model REST server to dockerhub #128

Closed dennyabrain closed 2 years ago

dennyabrain commented 2 years ago

Remember to rename /FastAPI - OGBV/ directory to ogbv-ml-rest. This is to consistently use hyphenated names for directory and also avoid having to do any character escaping in the CI/CD scripts.

dennyabrain commented 2 years ago

@Bhargav-Dave Refer to the existing deploy action here : https://github.com/tattle-made/OGBV/blob/main/.github/workflows/deploy-prod.yml

You will find the actions for pushing to docker and kubernetes. Familiarize yourself with those actions and we can then discuss any doubts.

Bhargav-Dave commented 2 years ago

Sure, will do that. Thanks @dennyabrain!