diff --git a/boltic.yaml b/boltic.yaml new file mode 100644 index 0000000..94873a2 --- /dev/null +++ b/boltic.yaml @@ -0,0 +1,10 @@ +app: bigquery-export-service +region: asia-south1 +entrypoint: "index.js" + +build: + builtin: dockerfile + ignorefile: .gitignore + +env: + PORT: '8080' \ No newline at end of file