Skip to content

Commit

Permalink
๐Ÿ“ฆ๏ธ Chore: S3-CloudFront CICD Settings ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyeongjang authored Oct 12, 2024
1 parent 182c77c commit ba24fcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: Install dependencies
run: yarn install # ํ”„๋กœ์ ํŠธ์˜ ์˜์กด์„ฑ ์„ค์น˜

- name: Create .env file
run: |
echo "VITE_APP_KAKAO_MAP_KEY=${{ secrets.VITE_APP_KAKAO_MAP_KEY }}" >> .env
echo "VITE_APP_BASE_URL=${{ secrets.VITE_APP_BASE_URL }}" >> .env
- name: Build
run: yarn build # ํ”„๋กœ์ ํŠธ ๋นŒ๋“œ

Expand Down

0 comments on commit ba24fcf

Please sign in to comment.