Skip to content

Commit

Permalink
�deploy: 배포 워크플로우 갱신
Browse files Browse the repository at this point in the history
  • Loading branch information
SproutMJ authored May 26, 2024
1 parent 21b86bb commit 6086acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: FrontendApplication
path: frontend/out
path: frontend/.next

deploy:
needs: [build-backend, build-frontend]
Expand Down

0 comments on commit 6086acd

Please sign in to comment.