Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 815 Bytes

integration.md

File metadata and controls

15 lines (10 loc) · 815 Bytes

Integration

Github

If you want to deploy or destroy coder development clusters with Github Actions, you can use the workflows from this project as a starting point:

Theses workflows are using github secrets in environments (https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment). You need to add 4 Secrets per environment:

  • GCLOUD_PROJECT - The ID of the GCP project
  • GOOGLE_CODER_AUTOMATION - The service account key for the automation service account
  • GOOGLE_CODER_DNS - The service account key for the DNS service account
  • GOOGLE_CODER_STORAGE - The service account key for the storage service account