Skip to content

Commit

Permalink
fix: set link to deploy from public
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 22, 2025
1 parent b6caaae commit 784f69b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
- type: worker
runtime: rust
name: sp1-blobstream-mocha:holesky
repo: https://github.com/succinctlabs/sp1-blobstream-private
repo: https://github.com/succinctlabs/sp1-blobstream
region: frankfurt
plan: pro
rootDir: script
Expand Down Expand Up @@ -33,7 +33,7 @@ services:
- type: worker
runtime: rust
name: sp1-blobstream-mocha:sepolia
repo: https://github.com/succinctlabs/sp1-blobstream-private
repo: https://github.com/succinctlabs/sp1-blobstream
region: frankfurt
plan: pro
rootDir: script
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
- type: worker
runtime: rust
name: sp1-blobstream-mocha:arbsepolia
repo: https://github.com/succinctlabs/sp1-blobstream-private
repo: https://github.com/succinctlabs/sp1-blobstream
region: frankfurt
plan: pro
rootDir: script
Expand Down Expand Up @@ -95,7 +95,7 @@ services:
- type: worker
runtime: rust
name: sp1-blobstream-mocha:basesepolia
repo: https://github.com/succinctlabs/sp1-blobstream-private
repo: https://github.com/succinctlabs/sp1-blobstream
region: frankfurt
plan: pro
rootDir: script
Expand Down Expand Up @@ -126,7 +126,7 @@ services:
- type: worker
runtime: rust
name: sp1-blobstream-mainnet:ethereum
repo: https://github.com/succinctlabs/sp1-blobstream-private
repo: https://github.com/succinctlabs/sp1-blobstream
region: frankfurt
plan: pro
rootDir: script
Expand Down Expand Up @@ -155,7 +155,7 @@ services:
- type: worker
runtime: rust
name: sp1-blobstream-mainnet:base
repo: https://github.com/succinctlabs/sp1-blobstream-private
repo: https://github.com/succinctlabs/sp1-blobstream
region: frankfurt
plan: pro
rootDir: script
Expand Down Expand Up @@ -184,7 +184,7 @@ services:
- type: worker
runtime: rust
name: sp1-blobstream-mainnet:arbitrum
repo: https://github.com/succinctlabs/sp1-blobstream-private
repo: https://github.com/succinctlabs/sp1-blobstream
region: frankfurt
plan: pro
rootDir: script
Expand Down Expand Up @@ -213,7 +213,7 @@ services:
- type: worker
runtime: rust
name: sp1-blobstream-mainnet:scroll
repo: https://github.com/succinctlabs/sp1-blobstream-private
repo: https://github.com/succinctlabs/sp1-blobstream
region: frankfurt
plan: pro
rootDir: script
Expand Down

0 comments on commit 784f69b

Please sign in to comment.