Skip to content

Commit

Permalink
fixed parisnet -> paris2net
Browse files Browse the repository at this point in the history
  • Loading branch information
ztepler committed Jun 6, 2024
1 parent 1f72451 commit 4e8a8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
env:
NETWORK: parisnet
NETWORK: paris2net
steps:
- name: Deploy rollup
run: docker run -v "/var/run/docker.sock":"/var/run/docker.sock" -e NETWORK=${{ env.NETWORK }} -e OPERATOR_KEY=${{ secrets.OPERATOR_KEY }} -e BATCHER_KEY=${{ secrets.BATCHER_KEY }} ${{ needs.build.outputs.operator }} deploy_rollup --force | tee originate.out
Expand Down

0 comments on commit 4e8a8a6

Please sign in to comment.