Skip to content

Commit 18b41b8

Browse files
authored
Dev update (#1)
1 parent 75eff3c commit 18b41b8

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": "c7d2aa07264ae292c45e7770a83fa56f1c23f695"
25+
"version": "bddff2bfa773cd34a5cbf951442c95fe8e7b714e"
2626
}

0 commit comments

Comments
 (0)