Skip to content

Commit

Permalink
chore: turn on auto-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Jan 30, 2025
1 parent bf5710b commit 2aecf55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ services:
rootDir: script
buildCommand: rm -rf build.rs && cargo build --bin operator --release
startCommand: cargo run --bin operator --release
autoDeploy: false
autoDeploy: true
envVars:
- key: CHAIN_ID
value: 1
Expand Down Expand Up @@ -161,7 +161,7 @@ services:
rootDir: script
buildCommand: rm -rf build.rs && cargo build --bin operator --release
startCommand: cargo run --bin operator --release
autoDeploy: false
autoDeploy: true
envVars:
- key: CHAIN_ID
value: 8453
Expand Down Expand Up @@ -190,7 +190,7 @@ services:
rootDir: script
buildCommand: rm -rf build.rs && cargo build --bin operator --release
startCommand: cargo run --bin operator --release
autoDeploy: false
autoDeploy: true
envVars:
- key: CHAIN_ID
value: 42161
Expand Down

0 comments on commit 2aecf55

Please sign in to comment.