Skip to content

Commit

Permalink
fix(ci): testing t3.nano
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeannesson committed Aug 7, 2023
1 parent 0a1d2be commit f66c5ca
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.micro
ec2-instance-type: t3.nano
subnet-id: ${{ secrets.AWS_SUBNET_ID }}
security-group-id: ${{ secrets.AWS_SECURITY_GROUP_ID }}

Expand Down

0 comments on commit f66c5ca

Please sign in to comment.