Skip to content

Commit

Permalink
Merge branch 'master' into feat/colossus-s3-api
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed Aug 23, 2024
2 parents 9dfa471 + dabaa45 commit 196c48c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions devops/aws/cloudformation/single-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ Resources:
FromPort: 30333
ToPort: 30333
CidrIp: 0.0.0.0/0
- IpProtocol: tcp
FromPort: 8081
ToPort: 8081
CidrIp: 0.0.0.0/0
- IpProtocol: tcp
FromPort: 4000
ToPort: 4000
CidrIp: 0.0.0.0/0
Tags:
- Key: Name
Value: !Sub '${AWS::StackName}_substrate_node'
Expand Down
2 changes: 1 addition & 1 deletion scripts/compute-runtime-blob-hash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
# for deterministic builds.
# Assumes b2sum is already instally on the host machine.

SCRIPT_PATH=`$(dirname "${BASH_SOURCE[0]}")`
SCRIPT_PATH=`dirname "${BASH_SOURCE[0]}"`
cd $SCRIPT_PATH

CODE_SHASUM=`./runtime-code-shasum.sh`
Expand Down

0 comments on commit 196c48c

Please sign in to comment.