Skip to content

Commit

Permalink
use generated env for relayer deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Sep 5, 2023
1 parent 11f9f08 commit a26aa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subnet/deployment-generator/script/gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ function genCommands(num_machines, network_name, network_id, num_subnet, keys){

commands+=`\nmachine1: deploy checkpoint smart contract (please be mindful of docker image tag if you are not using 'latest')\n` //
commands+=` cd ..\n`
commands+=` docker run --env-file docker.env \\
commands+=` docker run --env-file generated/common.env \\
-v $(pwd)/generated/:/app/generated/ \\
--entrypoint 'bash' xinfinorg/subnet-generator:latest ./deploy_csc.sh \n` //how to inject version other than latest??
// commands+=` make an edit to ./config/common.env to include values for CHECKPOINT_CONTRACT \n`
Expand Down

0 comments on commit a26aa8b

Please sign in to comment.