Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 350 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 350 Bytes

clang-in-the-cloud

HTTP server that reformats C++ source code using clang-format

Deployment

  1. docker build -t gcr.io/clementine-data/clang-in-the-cloud .
  2. docker push gcr.io/clementine-data/clang-in-the-cloud:latest
  3. gcloud run deploy clang-in-the-cloud --region=us-central1 --image=gcr.io/clementine-data/clang-in-the-cloud:latest