Skip to content

Commit 92d1cf3

Browse files
authored
update main with development (#54)
1 parent 858c036 commit 92d1cf3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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"

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"metadata": "/snippets/triggers/project/manifest.json"
2323
}
2424
],
25-
"version": "d543ba0889ed6084eb6d7c3ab0ffa65d199f7901"
25+
"version": "a712d23111c7b229370892d0a7a226e22078109d"
2626
}

0 commit comments

Comments
 (0)