Skip to content

Commit d816074

Browse files
authored
[25.07.13 / TASK-232] Feature/weekly batch and gitaction (#36)
* modify: 통계 배치 실패만 노티오게 변경 * feature: 주간 분석 과 뉴스레터 CI, git action 추가, cron 성격 아님, 우선 수동 * modify: 삭제된 파일 실수로 커밋됨, 롤백 * modify: 소소한 오탈자, batch naming 수정 * modify: 처리 일자 생성 변경과 template 살짝 수정 * feature: template 들에게 utm 세팅과 CTA 추가
1 parent 7de3997 commit d816074

28 files changed

+196
-231
lines changed

.github/workflows/run-daily-aggre-set1.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@ jobs:
7878
- name: Get Current KST Time
7979
run: echo "KST_TIME=$(TZ=Asia/Seoul date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
8080

81-
- name: Send Slack Notification on Success
82-
if: success()
83-
uses: slackapi/slack-github-action@v1.24.0
84-
with:
85-
payload: |
86-
{
87-
"text": "* (SET1) Daily Stats Batch*\n\n✅ *Status:* Success\n📅 *Timestamp (KST):* ${{ env.KST_TIME }}\n🔗 *Workflow URL:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow>"
88-
}
89-
env:
90-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
91-
9281
- name: Send Slack Notification on Failure
9382
if: failure()
9483
uses: slackapi/slack-github-action@v1.24.0

.github/workflows/run-daily-aggre-set10.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@ jobs:
7878
- name: Get Current KST Time
7979
run: echo "KST_TIME=$(TZ=Asia/Seoul date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
8080

81-
- name: Send Slack Notification on Success
82-
if: success()
83-
uses: slackapi/slack-github-action@v1.24.0
84-
with:
85-
payload: |
86-
{
87-
"text": "* (SET10) Daily Stats Batch*\n\n✅ *Status:* Success\n📅 *Timestamp (KST):* ${{ env.KST_TIME }}\n🔗 *Workflow URL:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow>"
88-
}
89-
env:
90-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
91-
9281
- name: Send Slack Notification on Failure
9382
if: failure()
9483
uses: slackapi/slack-github-action@v1.24.0

.github/workflows/run-daily-aggre-set11.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@ jobs:
7878
- name: Get Current KST Time
7979
run: echo "KST_TIME=$(TZ=Asia/Seoul date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
8080

81-
- name: Send Slack Notification on Success
82-
if: success()
83-
uses: slackapi/slack-github-action@v1.24.0
84-
with:
85-
payload: |
86-
{
87-
"text": "* (SET11) Daily Stats Batch*\n\n✅ *Status:* Success\n📅 *Timestamp (KST):* ${{ env.KST_TIME }}\n🔗 *Workflow URL:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow>"
88-
}
89-
env:
90-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
91-
9281
- name: Send Slack Notification on Failure
9382
if: failure()
9483
uses: slackapi/slack-github-action@v1.24.0

.github/workflows/run-daily-aggre-set12.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@ jobs:
7878
- name: Get Current KST Time
7979
run: echo "KST_TIME=$(TZ=Asia/Seoul date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
8080

81-
- name: Send Slack Notification on Success
82-
if: success()
83-
uses: slackapi/slack-github-action@v1.24.0
84-
with:
85-
payload: |
86-
{
87-
"text": "* (SET12) Daily Stats Batch*\n\n✅ *Status:* Success\n📅 *Timestamp (KST):* ${{ env.KST_TIME }}\n🔗 *Workflow URL:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow>"
88-
}
89-
env:
90-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
91-
9281
- name: Send Slack Notification on Failure
9382
if: failure()
9483
uses: slackapi/slack-github-action@v1.24.0

.github/workflows/run-daily-aggre-set13.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@ jobs:
7878
- name: Get Current KST Time
7979
run: echo "KST_TIME=$(TZ=Asia/Seoul date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
8080

81-
- name: Send Slack Notification on Success
82-
if: success()
83-
uses: slackapi/slack-github-action@v1.24.0
84-
with:
85-
payload: |
86-
{
87-
"text": "* (SET13) Daily Stats Batch*\n\n✅ *Status:* Success\n📅 *Timestamp (KST):* ${{ env.KST_TIME }}\n🔗 *Workflow URL:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow>"
88-
}
89-
env:
90-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
91-
9281
- name: Send Slack Notification on Failure
9382
if: failure()
9483
uses: slackapi/slack-github-action@v1.24.0

.github/workflows/run-daily-aggre-set14.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@ jobs:
7878
- name: Get Current KST Time
7979
run: echo "KST_TIME=$(TZ=Asia/Seoul date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
8080

81-
- name: Send Slack Notification on Success
82-
if: success()
83-
uses: slackapi/slack-github-action@v1.24.0
84-
with:
85-
payload: |
86-
{
87-
"text": "* (SET14) Daily Stats Batch*\n\n✅ *Status:* Success\n📅 *Timestamp (KST):* ${{ env.KST_TIME }}\n🔗 *Workflow URL:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow>"
88-
}
89-
env:
90-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
91-
9281
- name: Send Slack Notification on Failure
9382
if: failure()
9483
uses: slackapi/slack-github-action@v1.24.0

.github/workflows/run-daily-aggre-set15.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@ jobs:
7878
- name: Get Current KST Time
7979
run: echo "KST_TIME=$(TZ=Asia/Seoul date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
8080

81-
- name: Send Slack Notification on Success
82-
if: success()
83-
uses: slackapi/slack-github-action@v1.24.0
84-
with:
85-
payload: |
86-
{
87-
"text": "* (SET15) Daily Stats Batch*\n\n✅ *Status:* Success\n📅 *Timestamp (KST):* ${{ env.KST_TIME }}\n🔗 *Workflow URL:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow>"
88-
}
89-
env:
90-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
91-
9281
- name: Send Slack Notification on Failure
9382
if: failure()
9483
uses: slackapi/slack-github-action@v1.24.0

.github/workflows/run-daily-aggre-set16.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@ jobs:
7878
- name: Get Current KST Time
7979
run: echo "KST_TIME=$(TZ=Asia/Seoul date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
8080

81-
- name: Send Slack Notification on Success
82-
if: success()
83-
uses: slackapi/slack-github-action@v1.24.0
84-
with:
85-
payload: |
86-
{
87-
"text": "* (SET16) Daily Stats Batch*\n\n✅ *Status:* Success\n📅 *Timestamp (KST):* ${{ env.KST_TIME }}\n🔗 *Workflow URL:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow>"
88-
}
89-
env:
90-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
91-
9281
- name: Send Slack Notification on Failure
9382
if: failure()
9483
uses: slackapi/slack-github-action@v1.24.0

.github/workflows/run-daily-aggre-set17.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@ jobs:
7878
- name: Get Current KST Time
7979
run: echo "KST_TIME=$(TZ=Asia/Seoul date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
8080

81-
- name: Send Slack Notification on Success
82-
if: success()
83-
uses: slackapi/slack-github-action@v1.24.0
84-
with:
85-
payload: |
86-
{
87-
"text": "* (SET17) Daily Stats Batch*\n\n✅ *Status:* Success\n📅 *Timestamp (KST):* ${{ env.KST_TIME }}\n🔗 *Workflow URL:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow>"
88-
}
89-
env:
90-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
91-
9281
- name: Send Slack Notification on Failure
9382
if: failure()
9483
uses: slackapi/slack-github-action@v1.24.0

.github/workflows/run-daily-aggre-set18.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@ jobs:
7878
- name: Get Current KST Time
7979
run: echo "KST_TIME=$(TZ=Asia/Seoul date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
8080

81-
- name: Send Slack Notification on Success
82-
if: success()
83-
uses: slackapi/slack-github-action@v1.24.0
84-
with:
85-
payload: |
86-
{
87-
"text": "* (SET18) Daily Stats Batch*\n\n✅ *Status:* Success\n📅 *Timestamp (KST):* ${{ env.KST_TIME }}\n🔗 *Workflow URL:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow>"
88-
}
89-
env:
90-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
91-
9281
- name: Send Slack Notification on Failure
9382
if: failure()
9483
uses: slackapi/slack-github-action@v1.24.0

0 commit comments

Comments
 (0)