Skip to content

Commit b2ecf03

Browse files
committed
fix testnet directory
1 parent 54f7d94 commit b2ecf03

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

testnet/ssh_digital_ocean_droplet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
ssh -v root@164.90.176.113
3+
ssh -v root@64.227.67.205

testnet/testnet.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# Clone Tonomy-ID-Integration and initialize submoules
1313
git clone https://github.com/Tonomy-Foundation/Tonomy-ID-Integration.git
1414
cd Tonomy-ID-Integration
15-
git checkout master
16-
./app.sh gitinit master
15+
git checkout testnet
16+
./app.sh gitinit testnet
1717

1818

1919
# Install prerequisits
@@ -28,7 +28,7 @@ corepack enable
2828

2929
# Setup SSL
3030
sudo apt install -y nginx
31-
cp ./testnet/nginx.conf /etc/nginx/conf.d/default.conf
31+
cp ./Tonomy-ID-Integration/testnet/nginx.conf /etc/nginx/conf.d/default.conf
3232
sudo systemctl restart nginx
3333

3434
# Generate a new Cloudflare origin certificate, or use your existing one
@@ -47,7 +47,7 @@ export NODE_ENV=testnet
4747
cd Tonomy-ID-Integration
4848
./apps.sh stop
4949
git pull
50-
./app.sh gitinit master
50+
./app.sh gitinit testnet
5151
./app.sh reset all
5252
./app.sh install
5353
export NODE_ENV=testnet

0 commit comments

Comments
 (0)