Secrets2 recipes

Secret management and environment variables

drone-ciYAMLintermediate
Configuring Kubernetes CronJobs with Google Cloud Credentials

Learn how to set up Kubernetes CronJobs on GKE that securely access Google Cloud resources using service account credentials.

github-actionsYAMLintermediate
GitHub Actions: Build, Push Docker Image and Deploy

A complete CI/CD workflow that builds a Docker image on every push to main, pushes it to GitHub Container Registry (GHCR) and SSH-deploys to a production server using docker compose pull && up.