Skip to content

Commit

Permalink
♻️ 배포 알리미 변경 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 authored Feb 4, 2024
1 parent 9d3cb2d commit df6ad14
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/deploy-friends-react-native-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,10 @@ jobs:
--data-raw '{ "data": { "src": { "android": "'"$BUCKET_URL/$TAG_NAME/android.jsbundle"'", "ios": "'"$BUCKET_URL/$TAG_NAME/ios.jsbundle"'" } }, "minVersion": { "android": "3.2.0", "ios": "3.2.0" } }' \
--compressed
- name: Slack Notify
uses: rtCamp/[email protected]
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: team-snutt-deploy
SLACK_TITLE: Deployed Tag [${{ github.ref_name }}]
SLACK_USERNAME: snutt-friends-react-native
SLACK_ICON: https://user-images.githubusercontent.com/39977696/191924403-3a26618c-5568-4c22-b592-aedc77323e8d.png
SLACK_MESSAGE: Check <https://github.com/wafflestudio/snutt-frontend/releases/tag/${{ github.ref_name }}|Release Note> for updated environment
notify:
needs: deploy
uses: wafflestudio/snutt-internal/.github/workflows/dispatch-github-release-deploy-notifier.yml@main
with:
title: "친구RN"
secrets:
PAT: ${{ secrets.GHP_ACCESS_TOKEN }}

0 comments on commit df6ad14

Please sign in to comment.