Skip to content

Commit

Permalink
Initial action test
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Oct 2, 2023
1 parent d6b2a49 commit 35279b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
AWS_REGION: ${{ secrets.AWS_REGION_TESTNET }}
shell: bash
run: |
aws ec2 describe-instances --filters "Name=tag:Name,Values=DOR Metagraph - 1" | jq -r ".Reservations[0].Instances[0].InstanceId"
echo "EC2_INSTANCE_1_ID=$(aws ec2 describe-instances --filters "Name=tag:Name,Values=DOR Metagraph - 1" | jq -r ".Reservations[0].Instances[0].InstanceId")" >> $GITHUB_ENV
echo "EC2_INSTANCE_1_IP=$(aws ec2 describe-instances --filters "Name=tag:Name,Values=DOR Metagraph - 1" | jq -r ".Reservations[0].Instances[0].PublicIpAddress")" >> $GITHUB_ENV
Expand Down

0 comments on commit 35279b9

Please sign in to comment.