Skip to content

Commit

Permalink
fix(ci): concluding t3.micro is the smallest we can go
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeannesson committed Aug 7, 2023
1 parent f66c5ca commit b4382e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mode: start
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
ec2-image-id: ${{ secrets.AWS_EC2_IMAGE_ID }}
ec2-instance-type: t3.nano
ec2-instance-type: t3.micro
subnet-id: ${{ secrets.AWS_SUBNET_ID }}
security-group-id: ${{ secrets.AWS_SECURITY_GROUP_ID }}

Expand Down

0 comments on commit b4382e0

Please sign in to comment.