File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
{
5
5
"name" : " nginx-proxy-conf" ,
6
6
"host" : {
7
- "sourcePath" : " /var/app/current/proxy/ conf.d"
7
+ "sourcePath" : " /var/app/current/conf.d"
8
8
}
9
9
}
10
10
],
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ cd aws/production
29
29
sed -i=' ' " s/<AWS_ACCOUNT_ID>/$AWS_ACCOUNT_ID /" Dockerrun.aws.json
30
30
31
31
# Zip up the Dockerrun file and .ebextensions directory with it
32
- zip -r $ZIP Dockerrun.aws.json .ebextensions/
32
+ zip -r $ZIP Dockerrun.aws.json .ebextensions/ conf.d/
33
33
34
34
aws s3 cp $ZIP s3://$EB_BUCKET /$ZIP
35
35
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ cd aws/staging
29
29
sed -i=' ' " s/<AWS_ACCOUNT_ID>/$AWS_ACCOUNT_ID /" Dockerrun.aws.json
30
30
31
31
# Zip up the Dockerrun file and .ebextensions directory with it
32
- zip -r $ZIP Dockerrun.aws.json .ebextensions/
32
+ zip -r $ZIP Dockerrun.aws.json .ebextensions/ conf.d/
33
33
34
34
aws s3 cp $ZIP s3://$EB_BUCKET /$ZIP
35
35
You can’t perform that action at this time.
0 commit comments