You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/frontend_build_deploy_s3.yml
+33-11Lines changed: 33 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,18 @@ on:
9
9
type: string
10
10
required: true
11
11
description: "environment to deploy to, used for selecting correct AWS credentials and CloudFront distribution based on environment specific secrets and variables"
12
+
aws-region:
13
+
type: string
14
+
required: true
15
+
description: "AWS region for deployment and AWS CLI commands"
16
+
frontend-s3-bucket:
17
+
type: string
18
+
required: true
19
+
description: "S3 bucket name for frontend deployment"
20
+
cloudfront-distribution-id:
21
+
type: string
22
+
required: true
23
+
description: "CloudFront distribution ID for cache invalidation"
0 commit comments