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 ba24fcf commit f113840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- 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
echo "VITE_APP_KAKAO_MAP_KEY=${{ secrets.VITE_APP_KAKAO_MAP_KEY }}" >> .env
- name: Build
run: yarn build # ํ”„๋กœ์ ํŠธ ๋นŒ๋“œ
Expand Down

0 comments on commit f113840

Please sign in to comment.