Skip to content

Commit

Permalink
Merge pull request #79 from sayyyho/dev
Browse files Browse the repository at this point in the history
Feat: 배포 상황에서 BASE_URL 설정
  • Loading branch information
sayyyho authored Sep 2, 2024
2 parents 63dfccc + 4e324c7 commit 670f106
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 670f106

Please sign in to comment.