From 79a8178903d804e661caf9d30c5d436278fb8d57 Mon Sep 17 00:00:00 2001 From: DeepakBomjan <44976635+DeepakBomjan@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:24:59 +0545 Subject: [PATCH] ci: fix archwayd and sui installation (#880) * ci: update archwayd version to 7.0.0 * ci: minor correction * ci: add volume size --- .github/deployer/ec2_deployer.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/deployer/ec2_deployer.tf b/.github/deployer/ec2_deployer.tf index 5243a455e..2270aad86 100644 --- a/.github/deployer/ec2_deployer.tf +++ b/.github/deployer/ec2_deployer.tf @@ -73,6 +73,10 @@ resource "aws_instance" "ibc-deployer" { vpc_security_group_ids = local.parsed_security_groups iam_instance_profile = "SecretManagerReadAccess-ibc" + root_block_device { + volume_size = 15 + } + tags = { Name = "ibc-contract-deployer" Project = "IBC"