-
Notifications
You must be signed in to change notification settings - Fork 0
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
[BE] CI/CD 테스트 #17
Closed
Closed
[BE] CI/CD 테스트 #17
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FE/release브랜치에 pull request시 테스트 배포 action이 작동하도록하는 yml작성 빌드, 테스트, 배포(업로드) 로직 작성
frontENd -> frontEnd
[FE] merge: 프론트엔드 FE/release브랜치 풀리퀘스트에 대한 CI/CD로직 구성 (#7)
yml working-directory가 ./frontEnd여서 작동되지 않는 문제, frontEnd로 디렉토리 변경
airbnb lint 적용 및 prettier 적용
[FE] merge: yml 경로 수정 (#9)
github 레포지토리 다운로드 (checkout) 사용 의존성 설치 로직 작성
CICD working directory 재설정
[FE] merge: yml 레포지토리를 받아오고 의존성 설치하는 로직 추가 (#10)
npm install에서 run대신 uses를 사용해서 발생한 오류 해결
[FE] merge: npm install에서 run대신 uses를 사용해서 발생한 오류 해결 (#12)
aws default 리전 추가하여 코드가 업로드되지 않던 오류 해결
[FE] merge: aws 리전 추가하여 코드가 업로드되지 않던 오류 해결 (#13)
merge: [FE] eslint + prettier 적용 (#14)
github action을 이용한 CI/CD 도커 파일을 빌드하고 ssh를 통해 서버에 접속하여 업데이트 업데이트 커맨드는 쉘 스크립트로 실행 예정
HKLeeeee
force-pushed
the
BE126/feature/cicd
branch
from
November 9, 2023 08:36
df4823d
to
1549c3c
Compare
login-action 작동 오류로 cli 로그인 방식으로 변경해 봄
HKLeeeee
force-pushed
the
BE126/feature/cicd
branch
from
November 9, 2023 08:43
1549c3c
to
9121e47
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR 설명
HKLeeeee에서 Upstream으로 바로 pr날려서 secret이 인식이 안됨