Skip to content

Commit

Permalink
Merge pull request #43080 from Expensify/andrew-hybrid-deploy-3
Browse files Browse the repository at this point in the history
Add gh cli call to deploy of HybridApp when we deploy staging NewExpensify

(cherry picked from commit ba5d793)
  • Loading branch information
roryabraham authored and OSBotify committed Jun 5, 2024
1 parent c6140bb commit c05378b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,17 @@ jobs:
with:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

# Build a version of iOS and Android HybridApp if we are deploying to staging
hybridApp:
runs-on: ubuntu-latest
needs: validateActor
if: ${{ fromJSON(needs.validateActor.outputs.IS_DEPLOYER) && github.event_name == 'push' }}
steps:
- name: 'Deploy HybridApp'
run: gh workflow run --repo Expensify/Mobile-Deploy deploy.yml -f force_build=true
env:
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}

postSlackMessageOnSuccess:
name: Post a Slack message when all platforms deploy successfully
runs-on: ubuntu-latest
Expand Down

0 comments on commit c05378b

Please sign in to comment.