Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Deploy with GitHub Actions #261

Closed
alysivji opened this issue Apr 19, 2020 · 2 comments · Fixed by #273
Closed

Deploy with GitHub Actions #261

alysivji opened this issue Apr 19, 2020 · 2 comments · Fixed by #273

Comments

@alysivji
Copy link
Member

Since the move to Kubernetes, deployment is done using a manual helm upgrade. This is fine for now, but we should set it up in GitHub actions so it does not require me to be on my computer.

We can also use GitHub actions to create a Docker image and upload it to Docker Hub every time we cut a release. There is a Travis pipeline that does this currently -- no reason to move something that's already working.

@alysivji
Copy link
Member Author

alysivji commented Jul 3, 2020

Spend some time removing Travis CI from this project. Workflow is exactly the same as before.

We will need to use GitHub to deploy

@alysivji alysivji mentioned this issue Jul 3, 2020
3 tasks
@alysivji
Copy link
Member Author

alysivji commented Jul 3, 2020

Current deployment workflow: helm upgrade busybeaver-production ./busybeaver/ -f values/production.yaml --set image.version=[version]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant