Skip to content

Commit d9fb768

Browse files
committed
Change configs for aws eb
1 parent 73012f8 commit d9fb768

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
option_settings:
2+
aws:autoscaling:launchconfiguration:
3+
RootVolumeType: gp3
4+
DisableIMDSv1: true

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ coverage
2929

3030
# Environment files
3131
.env
32+
33+
# Elastic Beanstalk Files
34+
.elasticbeanstalk/*
35+
!.elasticbeanstalk/*.cfg.yml
36+
!.elasticbeanstalk/*.global.yml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"husky": "^9.1.6"
44
},
55
"scripts": {
6-
"prepare": "husky"
6+
"prepare": "command -v husky && husky || true"
77
}
88
}

0 commit comments

Comments
 (0)