Skip to content

Commit

Permalink
[BSVR-138] ncp object storage 환경변수 추가 (#54)
Browse files Browse the repository at this point in the history
* feat: ncp object storage 환경변수 추가

* feat: object storage api 정상 작동 테스트 완료 -> action 트리거  롤백
  • Loading branch information
pminsung12 authored Jul 19, 2024
1 parent 68dbc7c commit 796ec92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dev-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,15 @@ jobs:
-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 \
${{ secrets.DOCKERHUB_USERNAME }}/spot-server:dev-${{ github.sha }}
docker system prune -af
create-release:
needs: [ build-and-test, deploy ] # deploy job이 성공적으로 완료된 후에만 실행
if: github.event.pull_request.merged == true # PR이 merge된 경우에만 실행
# if: github.event.pull_request.merged == true # PR이 merge된 경우에만 실행
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 796ec92

Please sign in to comment.