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

Commit

Permalink
feat: setting staging deploy to the API configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo committed Dec 7, 2023
1 parent 35d30e4 commit 666da67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
flutter-version: "3.16.2"
channel: "stable"
- run: flutter packages get
- run: flutter build web -t lib/main_production.dart --dart-define SHARING_ENABLED=true --dart-define="AI_API_URL={{secrets.AI_API_URL}}"
- run: flutter build web -t lib/main_production.dart --dart-define SHARING_ENABLED=true --dart-define="AI_API_URL={{ secrets.AI_API_URL }}"
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 666da67

Please sign in to comment.