Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/zip-and-upload-to-s3-production.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Zip and Upload to S3 for Development
name: Zip and Upload to S3 for Production

on:
push:
branches:
- production
- main

jobs:
deploy-after-testing:
Expand All @@ -21,4 +21,4 @@ jobs:
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_bucket: ${{ secrets.AWS_BUCKET }}
source_dir: ./zip
destination_dir: "v1/production"
destination_dir: "v1/production"
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"metadata": "/snippets/triggers/project/manifest.json"
}
],
"version": "7bd6521bcefa9ffb7dcfb7ad653044950d6027d1"
"version": "be56f0b0146663d7bd6bdb0572bff43a36c4f44f"
}