File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ threshold.
88What it does:
99
10101 . 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
You can’t perform that action at this time.
0 commit comments