forked from CrystalValentine143517/venus-protocol-interface
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathecosystem.json
More file actions
22 lines (21 loc) · 673 Bytes
/
ecosystem.json
File metadata and controls
22 lines (21 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"apps": [],
"deploy": {
"testnet": {
"user": "ubuntu",
"host": "20.0.0.149",
"ref": "origin/master",
"repo": "git@github.com:VenusProtocol/venus-protocol-interface.git",
"path": "/home/ubuntu/repos/venus-protocol-ui",
"post-deploy": "npm install && npm run build && cp .htaccess build/.htaccess"
},
"mainnet": {
"user": "ubuntu",
"host": "20.0.0.10",
"ref": "origin/master",
"repo": "git@github.com:VenusProtocol/venus-protocol-interface.git",
"path": "/home/ubuntu/repos/venus-protocol-ui",
"post-deploy": "npm install && npm run build && cp .htaccess build/.htaccess"
}
}
}