We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c3b59a + 97a2193 commit 6edf941Copy full SHA for 6edf941
2 files changed
render.yaml
@@ -0,0 +1,11 @@
1
+# Render blueprint
2
+services:
3
+ - type: web
4
+ name: executor
5
+ env: docker
6
+ plan: free
7
+ dockerfilePath: exec.Dockerfile
8
+ autoDeploy: true
9
+ envVars:
10
+ - key: PORT
11
+ value: 8080
vercel.json
@@ -0,0 +1,14 @@
+{
+ "version": 2,
+ "name": "tundra-playground",
+ "builds": [
+ {
+ "src": "playground/package.json",
+ "use": "@vercel/static-build",
+ "config": { "distDir": "playground/dist" }
+ }
+ ],
+ "env": {
12
+ "VITE_EXECUTOR_URL": "https://REPLACE-ME.onrender.com"
13
14
+}
0 commit comments