Skip to content

Commit

Permalink
ci: fix archwayd and sui installation (#880)
Browse files Browse the repository at this point in the history
* ci: update archwayd version to 7.0.0

* ci: minor correction

* ci: add volume size
  • Loading branch information
DeepakBomjan authored Aug 13, 2024
1 parent 266fc51 commit 79a8178
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/deployer/ec2_deployer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 79a8178

Please sign in to comment.