From 14a1bd184459b08e7731be719746550b832d0840 Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Tue, 17 Sep 2024 20:12:18 +0700 Subject: [PATCH] WIP --- .github/workflows/s3_mpeg.yml | 2 +- .github/workflows/services.yml | 2 +- .github/workflows/switch.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/s3_mpeg.yml b/.github/workflows/s3_mpeg.yml index 1451530ac..03f536c8b 100644 --- a/.github/workflows/s3_mpeg.yml +++ b/.github/workflows/s3_mpeg.yml @@ -48,7 +48,7 @@ jobs: { "identifier": "s3-mpeg-staging", "environment": "staging", - "branch": "refactor_encrypted_credentials", + "branch": "develop", "friendly_image_tag": "beta", "image_tag": "stag-${{ github.sha }}" }, diff --git a/.github/workflows/services.yml b/.github/workflows/services.yml index 4f9f73398..5f1f5be35 100644 --- a/.github/workflows/services.yml +++ b/.github/workflows/services.yml @@ -65,7 +65,7 @@ jobs: { "identifier": "switch-services-staging", "environment": "staging", - "branch": "refactor_encrypted_credentials", + "branch": "develop", "friendly_image_tag": "beta", "image_tag": "stag-${{ github.sha }}" }, diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml index a167c9e36..63bb6c7a2 100644 --- a/.github/workflows/switch.yml +++ b/.github/workflows/switch.yml @@ -61,7 +61,7 @@ jobs: { "identifier": "switch-staging", "environment": "staging", - "branch": "refactor_encrypted_credentials", + "branch": "develop", "image_tag": "staging", "ecs_service": "switch-staging", "ecs_cluster": "somleng-switch-staging"