Skip to content

Commit

Permalink
custom url
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Jul 5, 2024
1 parent 1c67f46 commit a0526f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deploy with Docker
## Deploy XDC Zero
1. create a .env like the following example
1. Create a .env as the below example PARENTNET can be devnet,testnet,mainnet. For custom url PARENTNET_URL will override PARENTNET.
```
PARENTNET=devnet
SUBNET_URL=
Expand Down Expand Up @@ -54,7 +54,7 @@ cd cicd
yarn
```

2. Configure .env at cicd/mount/.env
2. Configure .env at cicd/mount/.env. PARENTNET can be devnet,testnet,mainnet. For custom url PARENTNET_URL will override PARENTNET.
```
PARENTNET=devnet
SUBNET_URL=
Expand Down

0 comments on commit a0526f1

Please sign in to comment.