Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» prod λ°°ν¬ν•˜λ©΄ μŠ¬λž™ λ…Έν‹° (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 authored Sep 8, 2023
1 parent a7837a7 commit 8017303
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy-friends-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,13 @@ jobs:
-H "x-access-token: $SNUTT_TOKEN" \
--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-rn
SLACK_ICON: https://user-images.githubusercontent.com/39977696/191924403-3a26618c-5568-4c22-b592-aedc77323e8d.png
SLACK_MESSAGE: Check <https://github.com/wafflestudio/snutt-rn/releases/tag/${{ github.ref_name }}|Release Note> for updated environment

0 comments on commit 8017303

Please sign in to comment.