From 3fd7bc78db330888ff21fcf3f0b3dfc581449e52 Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Sat, 26 Oct 2024 22:09:00 +0900 Subject: [PATCH] chore: --- .github/workflows/aws-cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws-cicd.yml b/.github/workflows/aws-cicd.yml index e4938efa..d14b67a5 100644 --- a/.github/workflows/aws-cicd.yml +++ b/.github/workflows/aws-cicd.yml @@ -60,7 +60,7 @@ jobs: run: | echo "${APPLICATION_SECRET_PROPERTIES}" > ./layer-api/src/main/resources/application-secret.properties echo "${APPLICATION_SECRET_PROPERTIES}" > ./layer-batch/src/main/resources/application-secret.properties - echo "${GOOGLE_CREDENTIALS}" > ./layer-api/src/main/resources/tokens/StoredCredential +# echo "${GOOGLE_CREDENTIALS}" > ./layer-api/src/main/resources/tokens/StoredCredential - name: Build layer-api module run: ./gradlew :layer-api:build @@ -122,7 +122,7 @@ jobs: echo "${{ secrets.APPLICATION_SECRET_PROPERTIES }}" > ./layer-api/infra/${{ env.DEPLOY_TARGET }}/application-secret.properties echo "${{ secrets.APPLICATION_SECRET_PROPERTIES }}" > ./layer-batch/src/main/resources/application-secret.properties echo "${GOOGLE_CREDENTIALS}" > ./layer-api/src/main/resources/tokens/StoredCredential - echo "${GOOGLE_CREDENTIALS}" > ./layer-api/infra/aws/StoredCredential +# echo "${GOOGLE_CREDENTIALS}" > ./layer-api/infra/aws/StoredCredential - name: Send Docker Compose uses: appleboy/scp-action@master