Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#140] Fix: deploy 과정을 if문으로 분기 처리 #141

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

Kim-Jaemin420
Copy link
Contributor

📝 작업 내용

deploy, build 과정을 분리하니, deploy에서 dist 폴더를 찾지 못하는 문제가 있어,
두 과정을 분리하지 않고 If문으로 걸러주겠습니다.

close #140

Copy link

vercel bot commented Mar 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
zzalmyu-frontend ✅ Ready (Inspect) Visit Preview Mar 13, 2024 4:08pm

Copy link
Contributor

@yjc2021 yjc2021 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🦖

Copy link
Contributor

@hyeonjinan096 hyeonjinan096 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM⭐

@Kim-Jaemin420 Kim-Jaemin420 merged commit 4f64789 into main Mar 13, 2024
4 checks passed
@Kim-Jaemin420 Kim-Jaemin420 deleted the #140/bugfix/deploy-workflow branch March 13, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bugfix 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

if문을 사용하여 main push 일때만 deploy
3 participants