We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858c036 commit 92d1cf3Copy full SHA for 92d1cf3
.github/workflows/zip-and-upload-to-s3-production.yml
@@ -1,9 +1,9 @@
1
-name: Zip and Upload to S3 for Development
+name: Zip and Upload to S3 for Production
2
3
on:
4
push:
5
branches:
6
- - production
+ - main
7
8
jobs:
9
deploy-after-testing:
@@ -21,4 +21,4 @@ jobs:
21
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
22
aws_bucket: ${{ secrets.AWS_BUCKET }}
23
source_dir: ./zip
24
- destination_dir: "v1/production"
+ destination_dir: "v1/production"
manifest.json
@@ -22,5 +22,5 @@
"metadata": "/snippets/triggers/project/manifest.json"
}
],
25
- "version": "d543ba0889ed6084eb6d7c3ab0ffa65d199f7901"
+ "version": "a712d23111c7b229370892d0a7a226e22078109d"
26
0 commit comments