Skip to content

Commit

Permalink
chore: aws-cicd.yml > chmod 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 26, 2024
1 parent 826b830 commit d4d3c59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
run: |
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
sudo chmod 777 ./layer-api/src/main/resources/tokens/StoredCredential
sudo chmod 777 ./layer-api/infra/aws/tokens/StoredCredential
# echo "${GOOGLE_CREDENTIALS}" > ./layer-api/src/main/resources/tokens/StoredCredential
# echo "${GOOGLE_CREDENTIALS}" > ./layer-api/infra/aws/StoredCredential

Expand Down
4 changes: 2 additions & 2 deletions layer-api/src/main/resources/application-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ google:
redirect_uri: ${DEV_GOOGLE_REDIRECT_URI}
sheet:
id: ${GOOGLE_SHEET_ID}
token_path: ${PROD_GOOGLE_TOKEN_PATH}
credential_path: ${PROD_GOOGLE_CREDENTIAL_PATH}
token_path: optional:file:/config/tokens
credential_path: optional:file:/config/tokens/StoredCredentials

apple:
login:
Expand Down

0 comments on commit d4d3c59

Please sign in to comment.