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

18 자동화 - firebase 배포 githubaction연결하기 #21

Merged

Conversation

jjoonleo
Copy link
Contributor

@jjoonleo jjoonleo commented Jan 8, 2024

created a github action to build project and deploy to firebase when a pull requeast is merged with main
created a github action to build project and deploy to preview channel whenever a pull request is made

요약

[chore: create github action for hosting]

이슈 번호

#18

작업 내용

�pull request가 main에 merge될 때 프로젝트를 빌드하고 firebase에 배포하는 github action을 추가하였습니다.
pull request가 생성될 때마다 preview channel에 프로젝트를 배포아여 review를 도와주는 github action을 추가하였습니다.

##참고
flutter test와 build-runner는 아직 세팅이 안되어 있는 관계로 workflow에서 제외하고 일단 작성했습니다 추후 flutter test를 작성하시거나 build-runner를 사용하는 라이브러리를 추가하게 되면 그때 다시 추가하도록 하겠습니다.

@jjoonleo jjoonleo linked an issue Jan 8, 2024 that may be closed by this pull request
@jjoonleo jjoonleo force-pushed the 18-자동화-firebase-배포-githubaction연결하기 branch 5 times, most recently from ef84107 to 852be43 Compare January 8, 2024 07:09
created a github action to build project and deploy to firebase when a pull requeast is merged with main
created a github action to build project and deploy to preview channel whenever a pull request is made

fix: fix import address
@jjoonleo jjoonleo force-pushed the 18-자동화-firebase-배포-githubaction연결하기 branch from 60c418e to e7034b4 Compare January 8, 2024 13:27
Copy link

github-actions bot commented Jan 8, 2024

Visit the preview URL for this PR (updated for commit e7034b4):

https://taskweaver-front--pr21-18-firebase-g-wi21dxc6.web.app

(expires Mon, 15 Jan 2024 13:29:34 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 37daec54a48dbfe281302dc48a4e028c965a31c2

@fridayCCC fridayCCC merged commit cb5a131 into main Jan 8, 2024
4 checks passed
@fridayCCC fridayCCC deleted the 18-자동화-firebase-배포-githubaction연결하기 branch January 8, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

자동화 - firebase 배포 githubaction연결하기
2 participants