Skip to content

Commit

Permalink
서버 url 환경변수가 빌드시에 반영되도록
Browse files Browse the repository at this point in the history
  • Loading branch information
young-do committed Aug 21, 2024
1 parent bacb40c commit f71e2ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VITE_API_SERVER_URL: ${{ secrets.VITE_API_SERVER_URL }}
run: yarn run publish

publish_on_mac:
Expand All @@ -44,6 +45,7 @@ jobs:
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VITE_API_SERVER_URL: ${{ secrets.VITE_API_SERVER_URL }}
APPLE_API_KEY: ${{ env.APPLE_API_KEY }}
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
Expand All @@ -61,4 +63,5 @@ jobs:
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VITE_API_SERVER_URL: ${{ secrets.VITE_API_SERVER_URL }}
run: yarn run publish

0 comments on commit f71e2ad

Please sign in to comment.