Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Update prod_deploy.yml (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk authored Jun 6, 2023
1 parent 323c9d6 commit d748f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish production build

on:
schedule:
- cron: '0 17 * * 2'
- cron: '0 16 * * 2'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -129,4 +129,4 @@ jobs:
env:
API_KEY: ${{ secrets.MIXDRINKS_IOS_APPSTORE_API_KEY_ID }}
API_ISSUER: ${{ secrets.MIXDRINKS_IOS_APPSTORE_ISSUER_ID }}
run: xcrun altool --output-format xml --upload-app -f output.ipa -t ios --apiKey $API_KEY --apiIssuer $API_ISSUER
run: xcrun altool --output-format xml --upload-app -f output.ipa -t ios --apiKey $API_KEY --apiIssuer $API_ISSUER

0 comments on commit d748f6d

Please sign in to comment.