Skip to content

Commit

Permalink
chore: 배포시 환경변수 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed Oct 26, 2024
1 parent ede41d3 commit 2dad927
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches: ["release"]
types: ["closed"]

env:
API_BASE_URL: https://api.knud2024.com/

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -27,6 +30,8 @@ jobs:

- name: Build Production
run: pnpm run build
env:
VITE_API_BASE_URL: ${{env.API_BASE_URL}}

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 2dad927

Please sign in to comment.