Skip to content

Commit

Permalink
[CI/CD] dev-build-and-deploy.yaml ddl-auto 옵션 validate로 변경 (#75)
Browse files Browse the repository at this point in the history
* feat: dev-build-and-deploy.yaml ddl-auto 옵션 validate로 변경

* feat: dev-build-and-deploy.yaml 트리거 주석 삭제
  • Loading branch information
pminsung12 authored Jul 23, 2024
1 parent 01dede0 commit f4b2607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
deploy:
needs: build-and-test
# if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push'
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push'
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -115,6 +115,7 @@ jobs:
-e OAUTH_CLIENTID=${{ secrets.KAKAO_CLIENT_ID }} \
-e OAUTH_KAUTHTOKENURLHOST=${{ secrets.KAUTH_TOKEN_URL_HOST }} \
-e OAUTH_KAUTHUSERURLHOST=${{ secrets.KAUTH_USER_URL_HOST }} \
-e SPRING_JPA_HIBERNATE_DDL_AUTO=validate \
-e NCP_OBJECT_STORAGE_ACCESS_KEY=${{ secrets.NCP_OBJECT_STORAGE_ACCESS_KEY }} \
-e NCP_OBJECT_STORAGE_SECRET_KEY=${{ secrets.NCP_OBJECT_STORAGE_SECRET_KEY }} \
-e TZ=Asia/Seoul \
Expand Down

0 comments on commit f4b2607

Please sign in to comment.