Skip to content

Commit

Permalink
build: 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjooon2 committed Jun 4, 2024
1 parent 9778b20 commit 048e0a5
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: build expo via eas

on:
push:
branches: [ release ]

pull_request:
branches: [ release ]


jobs:
update:
name: build expo file via eas
Expand Down Expand Up @@ -62,14 +58,15 @@ jobs:

# eas를 통해 새로 빌드 후 반영
- name: publish update
run: eas update --profile local --non-interactive
run: eas update --auto

# - name: reflect testflight
# run: eas submit -p ios --latest --profile local --non-interactive
# iphone testflight에 반영
- name: upload to ios
run: eas submit --platform ios --latest --profile local --non-interactive

# 디스코드 웹훅 알림 전송
- name: Discord Webhook Action
uses: tsickert/discord-webhook@v5.3.0
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
content: "따끈따끈한 새 빌드가 완료됐다네~"
content: "따끈따끈한 새 빌드를 성공했다네~"

0 comments on commit 048e0a5

Please sign in to comment.