Skip to content

Commit

Permalink
Merge branch '56-fix-github-action-최적화' of https://github.com/boostca…
Browse files Browse the repository at this point in the history
…mpwm-2022/web20-OAO into 56-fix-github-action-최적화
  • Loading branch information
NaGyeong-Park committed Dec 15, 2022
2 parents 9a87313 + d4f27c6 commit 3de87b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/PROXY_BUILD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
script: |
echo ${{secrets.CONTAINER_REGISTRY_TOKEN}} | docker login ghcr.io -u kumsil1006 --password-stdin
docker pull ghcr.io/kumsil1006/oao-proxy
cd oao
docker-compose -f docker-compose.production.yml up -d
docker image prune
- name: 실패시 슬랙 메시지 전송
if: ${{ failure() }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/PROXY_DEV_BUILD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
echo ${{secrets.CONTAINER_REGISTRY_TOKEN}} | docker login ghcr.io -u kumsil1006 --password-stdin
docker pull ghcr.io/kumsil1006/oao-dev-proxy
cd oao
docker-compose up -d
docker image prune
- name: 실패시 슬랙 메시지 전송
if: ${{ failure() }}
uses: ./.github/actions/slack-notify
Expand Down

0 comments on commit 3de87b1

Please sign in to comment.