File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ exec 1>/tmp/user_data_log.out 2>&1
6
6
# Below variable is resolved during the rendering of the Terraform template file.
7
7
SSH_PUBKEY=" SSH_PUBKEY_HERE"
8
8
CIPHER_TEXT=" CIPHER_TEXT_HERE"
9
- DEPLOY_SCRIPT_BRANCH=" DEPLOY_SCRIPT_BRANCH_HERE" # Deployment repo: https://github.com/izyak/ icon-ibc.git
9
+ DEPLOY_SCRIPT_BRANCH=" DEPLOY_SCRIPT_BRANCH_HERE" # Deployment repo: https://github.com/icon-project/ ibc-devops .git
10
10
KMS_ID=" KMS_ID_HERE"
11
11
DEPLOYR_HOME=" /home/deployr"
12
12
GO_VERS=" 1.20.6"
@@ -73,11 +73,11 @@ mkdir -p /opt/deployer/{bin,root}
73
73
mkdir -p /opt/deployer/root/{keystore,keyutils}
74
74
75
75
# Clone repo
76
- cd /opt/deployer/root/ && git clone https://github.com/izyak/ icon-ibc.git
77
- cd icon- ibc
76
+ cd /opt/deployer/root/ && git clone https://github.com/icon-project/ ibc-devops .git
77
+ cd ibc-devops
78
78
git checkout $$ {DEPLOY_SCRIPT_BRANCH}
79
79
cd ..
80
- cp -r icon- ibc/deployer/* /opt/deployer
80
+ cp -r ibc-devops/Deployments/relayer /deployer/* /opt/deployer
81
81
82
82
# Create user & configure ssh access
83
83
useradd -m -d $$ {DEPLOYR_HOME} -s /bin/bash deployr
You can’t perform that action at this time.
0 commit comments