# 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 projectgcloud builds submit --tag gcr.io/floorreport/sweeper
- Build and submit to Google Container Registrygcloud 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 accountgcloud projects add-iam-policy-binding floorreport --member="serviceAccount:[email protected]" --role="roles/owner"
- Create policygcloud iam service-accounts keys create credentials.json [email protected]
- Create keys