Skip to content

Commit

Permalink
[BSVR - 27] 개발환경 CI/CD ver.2 (#27)
Browse files Browse the repository at this point in the history
* feat: gitignore에 .env 추가

* feat: application-jpa sql init mode 항목 always->never

* feat: 개발환경 db 세팅 값을 cloud db for mysql로 변경

* feat: 개발환경 cicd 스크립트 작성

* feat: 개발용 main 브랜치 ci 스크립트 재작성

* fix: 트리거에서 개발서버 배포담당인 dev브랜치 제외

* fix: 개발환경 작업 스크립트 통합
  • Loading branch information
pminsung12 authored Jul 16, 2024
1 parent b7f68fb commit 5f50d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
deploy:
needs: build-and-test
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 5f50d41

Please sign in to comment.