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 75eff3c commit 18b41b8Copy full SHA for 18b41b8
.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": "c7d2aa07264ae292c45e7770a83fa56f1c23f695"
+ "version": "bddff2bfa773cd34a5cbf951442c95fe8e7b714e"
26
0 commit comments