Skip to content

Commit

Permalink
[Chore] TeamSparker#673 - fastlane fastfile 수정
Browse files Browse the repository at this point in the history
- slack webhook url 변경
  • Loading branch information
hyun99999 committed Oct 28, 2022
1 parent eacf0d5 commit cf6d126
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 @@ -78,7 +78,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 @@ -97,7 +97,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 cf6d126

Please sign in to comment.