Skip to content

Commit

Permalink
[Chore] #676 - release lane 수정
Browse files Browse the repository at this point in the history
- slack url 변경
  • Loading branch information
hyun99999 committed Oct 30, 2022
1 parent b5bb34c commit 487d81c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Spark-iOS/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ platform :ios do
username: "항상건강해야한다콩이",
icon_url: "https://user-images.githubusercontent.com/69136340/194049016-4b1f747f-99ed-4a14-a28d-2ed9a26fe0e3.png",
message: "성공적으로 TestFlight 에 등록되었습니다!🔥",
slack_url: "https://hooks.slack.com/services/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",
slack_url: "https://hooks.slack.com/services/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",
payload: {
"Version": version + "(" + build + ")"
}
Expand Down Expand Up @@ -90,7 +90,7 @@ platform :ios do
username: "항상건강해야한다콩이",
icon_url: "https://user-images.githubusercontent.com/69136340/194049016-4b1f747f-99ed-4a14-a28d-2ed9a26fe0e3.png",
message: "성공적으로 앱을 등록했습니다!💫",
slack_url: "https://hooks.slack.com/services/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",
slack_url: "https://hooks.slack.com/services/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",
payload: {
"Version": version + "(" + build + ")"
}
Expand All @@ -109,7 +109,7 @@ platform :ios do
icon_url: "https://user-images.githubusercontent.com/69136340/194049016-4b1f747f-99ed-4a14-a28d-2ed9a26fe0e3.png",
message: "에러 발생!!! 발생!!🚨 : #{exception}",
success: false,
slack_url: "https://hooks.slack.com/services/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",
slack_url: "https://hooks.slack.com/services/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",
payload: {
"Version": version + "(" + build + ")"
}
Expand Down

0 comments on commit 487d81c

Please sign in to comment.