Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Jul 29, 2024
1 parent 13d2dff commit e0a3255
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
name: Web
platform: web
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true

- name: Install tools
run: |
curl -fsSL https://ionic.io/get-appflow-cli | bash
Expand All @@ -93,7 +98,7 @@ jobs:

- name: Build App
run: |
appflow build ${{ matrix.config.platform }} debug --commit ${{ steps.commit_sha.outputs.sha }} --app-id=${{ secrets.IONIC_APP_ID }} --token ${{ secrets.IONIC_TOKEN }}
appflow build ${{ matrix.config.platform }} debug --commit=${{ steps.commit_sha.outputs.sha }} --app-id=${{ secrets.IONIC_APP_ID }} --token ${{ secrets.IONIC_TOKEN }} --environment="Staging"
#
# Stage 2: Deploy backend to staging
Expand Down

0 comments on commit e0a3255

Please sign in to comment.