Skip to content

Commit 3396256

Browse files
committed
Update production workflow to point to the correct branch and use the correct label
1 parent 2fa9f62 commit 3396256

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/zip-and-upload-to-s3-production.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Zip and Upload to S3 for Development
1+
name: Zip and Upload to S3 for Production
22

33
on:
44
push:
55
branches:
6-
- production
6+
- main
77

88
jobs:
99
deploy-after-testing:
@@ -21,4 +21,4 @@ jobs:
2121
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2222
aws_bucket: ${{ secrets.AWS_BUCKET }}
2323
source_dir: ./zip
24-
destination_dir: "v1/production"
24+
destination_dir: "v1/production"

0 commit comments

Comments
 (0)