Skip to content

Commit

Permalink
update cd
Browse files Browse the repository at this point in the history
  • Loading branch information
an920107 committed Nov 10, 2024
1 parent abfd7ee commit 1cbf565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
git clone https://github.com/${{ github.repository }} repo-tmp --depth=1
mkdir -p repo
cp -r repo-tmp/* repo/
rm -rf repo-tmp
cd repo
echo NEXT_PUBLIC_BACKEND_HOST=${{ vars.BACKEND_HOST }} > frontend-v2/.env.local
docker compose up --build -d

0 comments on commit 1cbf565

Please sign in to comment.