diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 4c04c55b..4d12b85f 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -12,7 +12,7 @@ on: jobs: build_api: - if: github.event.pull_request.merged == true + if: ${{ github.event.pull_request.merged == true && contains(github.ref, 'dev-be')}} runs-on: ubuntu-latest steps: - name: 체크아웃 @@ -49,7 +49,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_ASUMI_URL }} if: always() build_socket: - if: github.event.pull_request.merged == true + if: ${{ github.event.pull_request.merged == true && contains(github.ref, 'dev-be')}} runs-on: ubuntu-latest steps: - name: 체크아웃 @@ -85,7 +85,7 @@ jobs: cache: 'npm' - name: Yarn 설치 - run: npm install yarn + run: npm install yarn --force - name: yarn으로 패키지 설치 run: yarn install @@ -109,7 +109,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_FAIL_WEBHOOK_URL }} if: failure() nCloudDeploy: - if: github.event.pull_request.merged == true + if: ${{ github.event.pull_request.merged == true && contains(github.ref, 'dev-be')}} needs: [build_api, build_socket] runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 0c778a84..9384d4d8 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,29 @@ ## 프로젝트 소개 아스니티(Asmi + Community)는 디스코드와 슬랙을 참고한 실시간 채팅 서비스입니다. -실시간 통신을 통해 커뮤니티에 속한 사용자들끼리 채팅할 수 있으며, 귤 까먹으면서 채팅(시간제한이 있는 채팅)을 할 수 있는 기능이 있습니다. +실시간 통신을 통해 커뮤니티에 속한 사용자들끼리 채팅할 수 있습니다. + +## 프로젝스 소개 자료 + +📎 [배포 링크](http://www.asnity.site) : http://www.asnity.site + +🖥 [데모 영상](https://www.youtube.com/watch?v=2gI3OlJXAZQ) + +📽 [발표 영상](https://youtu.be/vEL2TTPZ9tk) + +📋 [발표 PPT](https://docs.google.com/presentation/d/1kduK9v3o7nCGQghsplh-WrS9VVjWvp8R/edit?usp=sharing&ouid=115620821189866783380&rtpof=true&sd=true) ## Wiki +- [Team Notion](https://grand-beanie-e57.notion.site/Asnity-cbd4dcce58f540b4b5b7ff33c8cea984) - [기획서](https://github.com/boostcampwm-2022/web24-Asnity/wiki/%EA%B8%B0%ED%9A%8D%EC%84%9C) - [Architecture](https://github.com/boostcampwm-2022/web24-Asnity/wiki/Architecture) - [Skill Spec](https://github.com/boostcampwm-2022/web24-Asnity/wiki/Skill-Spec) - [Database ERD](https://github.com/boostcampwm-2022/web24-Asnity/wiki/DB-Diagram) - [Backlog](https://lake-duke-f63.notion.site/25c4c9e46d464ea1a82a68c8399ceaf0?v=ea1b4f77e71f4d17b2be0ebdc9c03702) - + + + ## Skill Spec