Skip to content

Commit 79a8178

Browse files
authored
ci: fix archwayd and sui installation (#880)
* ci: update archwayd version to 7.0.0 * ci: minor correction * ci: add volume size
1 parent 266fc51 commit 79a8178

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/deployer/ec2_deployer.tf

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ resource "aws_instance" "ibc-deployer" {
7373
vpc_security_group_ids = local.parsed_security_groups
7474
iam_instance_profile = "SecretManagerReadAccess-ibc"
7575

76+
root_block_device {
77+
volume_size = 15
78+
}
79+
7680
tags = {
7781
Name = "ibc-contract-deployer"
7882
Project = "IBC"

0 commit comments

Comments
 (0)