Categorygithub.com/mager/sweeper
repositorypackage
0.4.0
Repository: https://github.com/mager/sweeper.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

sweeper

Google Cloud Setup

  • gcloud projects create floorreport - Create a new project
  • gcloud builds submit --tag gcr.io/floorreport/sweeper - Build and submit to Google Container Registry
  • gcloud run deploy sweeper --image gcr.io/floorreport/sweeper --platform managed - Deploy to Cloud Run

Setup locally

  • gcloud iam service-accounts create local-dev - Create service account
  • gcloud projects add-iam-policy-binding floorreport --member="serviceAccount:[email protected]" --role="roles/owner" - Create policy
  • gcloud iam service-accounts keys create credentials.json [email protected] - Create keys