Skip to content

Commit

Permalink
Fix mainnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaubennassar committed Mar 27, 2023
1 parent 948e00a commit d5bc20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cp config/environments/mainnet/* mainnet/config/environments/public
cp docker-compose.yml mainnet
cp db/scripts/init_prover_db.sql mainnet/db/scripts
mv mainnet/config/environments/mainnet/example.env mainnet
mv mainnet/config/environments/public/example.env mainnet
sed -i -e "s/image: zkevm-node/image: hermeznetwork\/zkevm-node:$GIT_TAG_NAME/g" mainnet/docker-compose.yml
zip -r mainnet.zip mainnet
Expand Down

0 comments on commit d5bc20b

Please sign in to comment.