This pull request introduces a new GitHub Actions workflow for building and deploying a Docker image to Google Cloud Run. The workflow is triggered manually and includes steps for authentication, setting up the Cloud SDK, configuring Docker, and deploying the image.
Key changes:
Added a new workflow configuration file .github/workflows/deploy.yml to define the build and deploy process.
Configured environment variables using GitHub secrets for project ID, region, repository, and Docker image.
Included steps for checking out the repository, authenticating with Google Cloud, setting up the Cloud SDK, logging into Google Artifact Registry, configuring Docker, and deploying the Docker image to Cloud Run.
close #40
Summary
This pull request introduces a new GitHub Actions workflow for building and deploying a Docker image to Google Cloud Run. The workflow is triggered manually and includes steps for authentication, setting up the Cloud SDK, configuring Docker, and deploying the image.
Key changes:
.github/workflows/deploy.yml
to define the build and deploy process.