-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Currently, the deployment process is manual and relies on the Makefile. To streamline this process, we should automate it using GitHub Actions. This will involve setting up a workflow that:
- Builds the Docker image using the
VERSIONfrompoetry. - Pushes the Docker image to the registry with both versioned and
latesttags. - Manages Kubernetes secrets using the
.envfile. - Deploys the project using Helm with the specified image version.
- Streams logs from the
arcane-studioapplication, excluding health check logs.
This automation will ensure a more efficient and error-free deployment process.
Reactions are currently unavailable