Skip to content

BAL-145-GP-Gallery image fix when removing photos (#148) #69

BAL-145-GP-Gallery image fix when removing photos (#148)

BAL-145-GP-Gallery image fix when removing photos (#148) #69

#
# This source file is part of the CS342 2023 Balance Team Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
# SPDX-License-Identifier: MIT
#
name: Beta Deployment
on:
push:
branches:
- main
workflow_dispatch:
jobs:
buildandtest:
name: Build and Test
uses: ./.github/workflows/build-and-test.yml
iosapptestflightdeployment:
name: iOS App TestFlight Deployment
needs: buildandtest
uses: CS342/.github/.github/workflows/xcodebuild-or-fastlane.yml@v1
secrets: inherit
with:
artifactname: Balance.xcresult
runsonlabels: '["macos-latest"]'
fastlanelane: beta
setupsigning: true