Skip to content

Commit

Permalink
update sg and subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Dec 2, 2024
1 parent 6156e21 commit 588892c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
--count 1 \
--instance-type t3.micro \
--key-name dandihub-gh-actions \
--security-group-ids sg-xxxxxxxx \
--subnet-id subnet-xxxxxxxx \
--tag-specifications "ResourceType=instance,Tags=[{Key=Name,Value=EC2dfTest}]" \
--security-group-ids sg-0bf2dc1c2ff9c122e \
--subnet-id subnet-0f544cca61ccd2804 \
--tag-specifications "ResourceType=instance,Tags=[{Key=Name,Value=dandihub-gh-actions}]" \
--query 'Instances[0].InstanceId' --output text)
echo "INSTANCE_ID=${INSTANCE_ID}" >> $GITHUB_ENV
Expand Down

0 comments on commit 588892c

Please sign in to comment.