From d35a611efab433af4d23209c11600ff7297b3864 Mon Sep 17 00:00:00 2001 From: Vivian Phung Date: Fri, 21 Jun 2024 21:57:19 -0400 Subject: [PATCH] fix(staging): github client id on frontend staging deployment script --- packages/deployer/deploy-frontend.sh | 10 +++++----- packages/deployer/deploy-frontend.staging.sh | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/deployer/deploy-frontend.sh b/packages/deployer/deploy-frontend.sh index cb87f27..0684074 100755 --- a/packages/deployer/deploy-frontend.sh +++ b/packages/deployer/deploy-frontend.sh @@ -26,7 +26,7 @@ if [ -z "$NEW_APPLICATION_VERSION" ] || [ "1" == "$NEW_APPLICATION_VERSION" ]; t fi # Generate application-deployment-request.yml -cat > ./records/application-deployment-request.yml <./records/application-deployment-request.yml < ./records/application-record.yml <./records/application-record.yml < ./staging-records/application-deployment-request.yml <./staging-records/application-deployment-request.yml < ./staging-records/application-record.yml <./staging-records/application-record.yml <