Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 8, 2025
1 parent 059ae15 commit 4a720ee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ services:
repo: https://github.com/succinctlabs/sp1-vector
region: oregon
plan: standard
branch: ratan/v4
rootDir: script
buildCommand: rm -rf build.rs && cargo build --bin operator --release
startCommand: cargo run --bin operator --release
Expand Down Expand Up @@ -41,7 +40,6 @@ services:
repo: https://github.com/succinctlabs/sp1-vector
region: oregon
plan: standard
branch: ratan/v4
rootDir: script
buildCommand: rm -rf build.rs && cargo build --bin operator --release
startCommand: cargo run --bin operator --release
Expand Down Expand Up @@ -98,7 +96,6 @@ services:
repo: https://github.com/succinctlabs/sp1-vector
region: oregon
plan: standard
branch: ratan/v4
rootDir: script
buildCommand: rm -rf build.rs && cargo build --bin operator --release
startCommand: cargo run --bin operator --release
Expand All @@ -120,7 +117,6 @@ services:
repo: https://github.com/succinctlabs/sp1-vector
region: oregon
plan: standard
branch: ratan/v4
rootDir: script
buildCommand: rm -rf build.rs && cargo build --bin operator --release
startCommand: cargo run --bin operator --release
Expand All @@ -142,7 +138,6 @@ services:
repo: https://github.com/succinctlabs/sp1-vector
region: oregon
plan: standard
branch: ratan/v4
rootDir: script
buildCommand: rm -rf build.rs && cargo build --bin operator --release
startCommand: cargo run --bin operator --release
Expand All @@ -167,7 +162,7 @@ services:
rootDir: script
buildCommand: rm -rf build.rs && cargo build --bin operator --release
startCommand: cargo run --bin operator --release
autoDeploy: true
autoDeploy: false
envVars:
- key: CHAIN_ID
value: 1
Expand Down

0 comments on commit 4a720ee

Please sign in to comment.