Skip to content

Commit

Permalink
[feat]: cd pipeline test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBean99 committed Feb 5, 2024
1 parent c4610c5 commit 0b31668
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: 'spotless & Sonar analyze'

on:
workflow_call:
# secrets:
# SONAR_TOKEN:
# required: true
secrets:
SONAR_TOKEN:
required: true

jobs:
spotless-sonar:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
sudo docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
# Remove origin was container
sudo docker rm -f quokka-prod-was
sudo docker rm -f Econovation_Recruit_Server
# Pull and Deploy new built docker image with new tag
sudo docker pull ${{ inputs.image-name }}:latest
Expand All @@ -79,7 +79,7 @@ jobs:
attachments: [{
color: '#59f764',
title: '서버 배포 알림',
text: `quokka-was 서버 배포 성공!`,
text: `Econo-Recruit 서버 배포 성공!`,
fields: [
{
title: '배포 환경',
Expand Down

0 comments on commit 0b31668

Please sign in to comment.