Skip to content

Commit

Permalink
fix: slack webhook 위치 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
SSung023 committed Jun 7, 2024
1 parent f1c9e87 commit fcab3b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ jobs:
- name: EC2에 배포
run: aws deploy create-deployment --application-name ${{ env.AWS_CODE_DEPLOY_APPLICATION }} --deployment-config-name CodeDeployDefault.AllAtOnce --deployment-group-name ${{ env.AWS_CODE_DEPLOY_GROUP }} --s3-location bucket=$AWS_S3_BUCKET,key=$GITHUB_SHA.zip,bundleType=zip

Slack-notification:
runs-on: ubuntu-latest
steps:
- name: action-slack
- name: action-slack (Slack notification after deploy)
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
Expand Down

0 comments on commit fcab3b5

Please sign in to comment.