diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f42c3ed..60952ef 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @bluetree7878 @rhehfl @dmsdnWkd1234 @chamjin @zzzRYT @dg1418 +* @bluetree7878 @rhehfl @dmsdnWkd1234 @chamjin @zzzRYT @dg1418 @ssi02014 diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 897e74e..d2db205 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -18,13 +18,13 @@ jobs: runs-on: ubuntu-latest steps: # github repository에서 checkout - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # docker build 수행 - name: Set up docker buildx id: buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Cache docker layers - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ env.VERSION }} @@ -36,7 +36,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GHCR_TOKEN }} + password: ${{ github.actor == 'bluetree7878' && secrets.bluetree7878_GHCR_TOKEN || secrets.rhehfl_ghcr_token }} - name: Build and push id: docker_build uses: docker/build-push-action@v2 @@ -56,7 +56,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GHCR_TOKEN }} + password: ${{ github.actor == 'bluetree7878' && secrets.bluetree7878_GHCR_TOKEN || secrets.rhehfl_ghcr_token }} # 3000 -> 80 포트로 수행하도록 지정 - name: Docker run run: | diff --git a/.gitignore b/.gitignore index ecb8a85..b0ff42f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* - +.env node_modules dist dist-ssr diff --git a/index.html b/index.html index 05212aa..adc81db 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@
+