Skip to content

Commit

Permalink
Merge pull request #8 from 100-hours-a-week/HidenLee-PATCH-1
Browse files Browse the repository at this point in the history
feat: add deploy.yaml / Google Map Secret Key as action environment when build project
  • Loading branch information
HidenLee authored Aug 23, 2024
2 parents 83b7076 + f986ca7 commit 79bd06a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
npm ci
CI=false npm run build
working-directory: travelday-fe
env:
REACT_APP_GOOGLE_MAP_KEY: ${{ secrets.REACT_APP_GOOGLE_MAP_KEY }}

- name: AWS IAM 사용자 설정
uses: aws-actions/configure-aws-credentials@v2
Expand All @@ -58,4 +60,4 @@ jobs:
PATHS: "/index.html"
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 79bd06a

Please sign in to comment.