Skip to content

Commit ae8b58f

Browse files
committed
Fix deploys
1 parent 9ca95bc commit ae8b58f

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ DD_TAGS="git.commit.sha:$GIT_SHA,git.repository_url:github.com/transitmatters/ne
7070

7171
npm run build
7272

73-
echo "Deploying Train Tracker CloudFormation stack to $HOSTNAME..."
73+
echo "Deploying Train Tracker CloudFormation stack from $HOSTNAME..."
7474
echo "View stack log here: https://$AWS_REGION.console.aws.amazon.com/cloudformation/home?region=$AWS_REGION"
7575

7676
pushd server/ > /dev/null

server/cloudformation.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,24 +130,18 @@
130130
"IndexDocument": "index.html",
131131
"ErrorDocument": "index.html"
132132
},
133-
"VersioningConfiguration": {
134-
"Status": "Disabled"
135-
},
136133
"LifecycleConfiguration": {
137134
"Rules": [
138135
{
139-
"Id": "ArchiveAndExpireOldObjects",
136+
"Id": "ArchiveOldObjects",
140137
"Status": "Enabled",
141138
"Transitions": [
142139
{
143-
"StorageClass": "INTELLIGENT_TIERING_ARCHIVE_ACCESS",
140+
"StorageClass": "INTELLIGENT_TIERING",
144141
"TransitionInDays": 90
145142
}
146143
],
147-
"ExpirationInDays": 120,
148-
"Filter": {
149-
"Prefix": ""
150-
}
144+
"ExpirationInDays": 120
151145
}
152146
]
153147
},

0 commit comments

Comments
 (0)