We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e0de43 + 80faa8f commit 4bfdd3eCopy full SHA for 4bfdd3e
1 file changed
.github/workflows/deploy-prod.yml
@@ -22,7 +22,7 @@ jobs:
22
curl -X POST ${{ secrets.SLACK_DEPLOY_WEBHOOK_URL }} \
23
-H 'Content-Type: application/json' \
24
-d "{
25
- \"text\": \":rocket: *[Develop] 배포 시작*\n• Repo: ${{ github.repository }}\n• Branch: develop\n• Author: @${{ github.actor }}\n• Commit: ${COMMIT_MSG}\n• <${ACTIONS_URL}|Actions 보기>\"
+ \"text\": \":rocket: *[Production] 배포 시작*\n• Repo: ${{ github.repository }}\n• Branch: develop\n• Author: @${{ github.actor }}\n• Commit: ${COMMIT_MSG}\n• <${ACTIONS_URL}|Actions 보기>\"
26
}"
27
28
- name: Create tar archive
0 commit comments