CI/CD & Deployment

GitHub Actions workflows for the Auth Service.

GitHub Actions Workflows

The arya-banking-auth-service utilizes standardized CI/CD pipelines defined within the organization.


Deployment Strategy

The service is deployed as a Docker container image, integrated into the platform's microservice mesh.

EnvironmentMechanism
DevelopmentManual mvn spring-boot:run or local Docker Compose.
Testing/StagingCI-triggered deployment to environment-specific clusters.

Required Deployment Secrets

Ensure the following secrets are configured in the repository's settings:

SecretDescription
GH_PATPersonal Access Token for GitHub Packages access.

Deployment workflows typically handle version tagging and JAR production following successful execution of the test suite.