From 33962567db27d1f4ec53ce4b3813b0dc8754f632 Mon Sep 17 00:00:00 2001 From: Joey Wong Date: Wed, 11 Sep 2024 10:26:54 -0400 Subject: [PATCH 1/3] Update production workflow to point to the correct branch and use the correct label --- .github/workflows/zip-and-upload-to-s3-production.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" From d0f352dcbe1b4a5f1f3fb3d8d55d7dec47b5d44e Mon Sep 17 00:00:00 2001 From: ActionBot Date: Wed, 11 Sep 2024 14:29:04 +0000 Subject: [PATCH 2/3] update commit hash --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 53237de..e5e2669 100644 --- a/manifest.json +++ b/manifest.json @@ -19,5 +19,5 @@ "metadata": "/snippets/triggers/project/manifest.json" } ], - "version": "7e5bf28650dfc9e8d3981859adeaa8525fdb2034" + "version": "33962567db27d1f4ec53ce4b3813b0dc8754f632" } From 820ef12901c9c6a30fa6d54870b5917bc1ae2369 Mon Sep 17 00:00:00 2001 From: ActionBot Date: Wed, 11 Sep 2024 14:31:22 +0000 Subject: [PATCH 3/3] update commit hash --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }