Skip to content

Commit 5e89338

Browse files
committed
ci(deploy): migrate deployment script
1 parent c277c32 commit 5e89338

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/deployer/init_script.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exec 1>/tmp/user_data_log.out 2>&1
66
# Below variable is resolved during the rendering of the Terraform template file.
77
SSH_PUBKEY="SSH_PUBKEY_HERE"
88
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
1010
KMS_ID="KMS_ID_HERE"
1111
DEPLOYR_HOME="/home/deployr"
1212
GO_VERS="1.20.6"
@@ -73,11 +73,11 @@ mkdir -p /opt/deployer/{bin,root}
7373
mkdir -p /opt/deployer/root/{keystore,keyutils}
7474

7575
# 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
7878
git checkout $${DEPLOY_SCRIPT_BRANCH}
7979
cd ..
80-
cp -r icon-ibc/deployer/* /opt/deployer
80+
cp -r ibc-devops/Deployments/relayer/deployer/* /opt/deployer
8181

8282
# Create user & configure ssh access
8383
useradd -m -d $${DEPLOYR_HOME} -s /bin/bash deployr

0 commit comments

Comments
 (0)