deploy-slawk - Deploy Slawk to GCP
Deploy Slawk application to Google Cloud Platform Cloud Run service
Tags
Updated: 2026-03-23Capabilities
Typical Inputs
Typical Outputs
What this skill does
- verify gcloud installation
- check gcloud authentication
- detect existing service
- create GCP project
- link billing account
- enable required APIs
- create artifact registry
- build docker image
- create Cloud SQL database
- configure IAM permissions
- push git commits
- deploy to Cloud Run
- verify deployment URL
Inputs
- GitHub repository
- GCP project ID
- GCP region
- billing account ID
- deploy.sh script
- build-base.sh script
Outputs
- Cloud Run service
- Cloud SQL instance
- deployment URL
Requirements
- Google Cloud SDK installed
- Authenticated gcloud account
- Active GCP billing
- GitHub repository access
- Cloud Build service account permissions
