diff --git a/.github/workflows/zip-and-upload-to-s3-production.yml b/.github/workflows/zip-and-upload-to-s3-production.yml index dbc0d00..e70da42 100644 --- a/.github/workflows/zip-and-upload-to-s3-production.yml +++ b/.github/workflows/zip-and-upload-to-s3-production.yml @@ -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: @@ -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" \ No newline at end of file + destination_dir: "v1/production" diff --git a/manifest.json b/manifest.json index 9af2de1..28f08d1 100644 --- a/manifest.json +++ b/manifest.json @@ -22,5 +22,5 @@ "metadata": "/snippets/triggers/project/manifest.json" } ], - "version": "7bd6521bcefa9ffb7dcfb7ad653044950d6027d1" + "version": "be56f0b0146663d7bd6bdb0572bff43a36c4f44f" }