Skip to content

Commit

Permalink
Feat: 배포 상황에서 BASE_URL 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyyho committed Sep 2, 2024
1 parent d605f17 commit 4e324c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Create .env file
run: |
echo "VITE_BASE_URL=${{ secrets.VITE_BASE_URL }}" > .env
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{ env.DOCKER_IMAGE_NAME }}:latest

Expand Down

0 comments on commit 4e324c7

Please sign in to comment.