Skip to content

Commit

Permalink
change ami
Browse files Browse the repository at this point in the history
  • Loading branch information
LiatSchulz committed Feb 5, 2024
1 parent cae59ed commit 5336776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/liat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Launch EC2 Instance
id: launch-ec2
run: |
AMI_ID=ami-019a4dd9d1bad0cec
AMI_ID=ami-056d2deb35634ac41 # AmazonLinux2 Mate
ISNTANCE_TYPE=t3.large
INSTANCE_ID=$(aws ec2 run-instances --image-id $AMI_ID --instance-type $ISNTANCE_TYPE --query 'Instances[0].InstanceId' --output text)
echo "::set-output name=INSTANCE_ID::$INSTANCE_ID"
Expand Down

0 comments on commit 5336776

Please sign in to comment.