Skip to content

Commit f314c1d

Browse files
committed
docs: fix list item numbering
1 parent 27cb011 commit f314c1d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ threshold.
88
What it does:
99

1010
1. Fetch deployment log from S3
11-
1. Fetch bundled artifact and extract locally with optional filtering
12-
1. Upload all non-html files to S3
13-
1. Upload html files to S3
14-
1. Add uploaded items to deployment log
15-
1. Delete old items from S3
16-
1. Prune old deployments from deployment log
17-
1. Store deployment log to S3 for next run
18-
1. Optionally invalidate CloudFront distribution
11+
2. Fetch bundled artifact and extract locally with optional filtering
12+
3. Upload all non-html files to S3
13+
4. Upload html files to S3
14+
5. Add uploaded items to deployment log
15+
6. Delete old items from S3
16+
7. Prune old deployments from deployment log
17+
8. Store deployment log to S3 for next run
18+
9. Optionally invalidate CloudFront distribution
1919

2020
## Preserving old files
2121

@@ -44,7 +44,7 @@ aws lambda invoke \
4444
--payload '{
4545
"ResourceProperties": {
4646
"artifactS3Url": "s3://my-bucket/my-release.tgz"
47-
},
47+
},
4848
"RequestType": "Update"
4949
}' \
5050
/tmp/out.log

0 commit comments

Comments
 (0)