Skip to content

Commit

Permalink
Merge pull request #56 from Nexters/dev
Browse files Browse the repository at this point in the history
Dev -> Main 2024.06.30 - slack 알림 제거
  • Loading branch information
parkdaye authored Jun 30, 2024
2 parents c9832a7 + de6f22e commit e797a82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: CD with naver cloud platform

on:
workflow_dispatch:
inputs:
tags:
description: 'Deploy Tags'
required: false
type: boolean
inputs:
tags:
description: 'Deploy Tags'
required: false
type: boolean
push:
branches: [ "main" ]

Expand Down Expand Up @@ -72,13 +72,3 @@ jobs:
cd ./app/docker
sudo docker-compose up -d
sudo docker image prune -f
- name: action-slack
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
author_name: Moyeo Moyeo
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
if: always() # Pick up events even if the job fails or is canceled.
11 changes: 0 additions & 11 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,3 @@ jobs:

- name: Gradle Build Action
run: SPRING_PROFILES_ACTIVE=[test] ./gradlew test

- name: action-slack
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
author_name: Moyeo Moyeo
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
if: always() # Pick up events even if the job fails or is canceled.

0 comments on commit e797a82

Please sign in to comment.