Skip to content

Commit

Permalink
change ami id var location
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth committed May 29, 2024
1 parent 761cc73 commit 13beea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ env:

# For AWS runners

AMI_ID: "ami-0af864bfe621c0ca6"
INSTANCE_TYPE: ${{ inputs.instance_type }}
AMI_ID: ami-0af864bfe621c0ca6
INSTANCE_TYPE: c5.xlarge
#INSTANCE_TYPE: c5.xlarge
AWS_SUBNET_ID: subnet-0385170b301ec1af5
AWS_SECURITY_GROUP_ID: sg-0f056a26b4fb1a118
Expand Down

0 comments on commit 13beea3

Please sign in to comment.