no macp
Some checks are pending
Web App CI / test (push) Waiting to run
Web App CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
Some checks are pending
Web App CI / test (push) Waiting to run
Web App CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
This commit is contained in:
parent
b95a3f048d
commit
911384f3b5
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ RUN flutter pub get
|
|||
ARG API_BASE_URL=https://api.mnemo-cards.online
|
||||
|
||||
# Build web app
|
||||
RUN flutter build web --release \
|
||||
RUN flutter build web --release --no-source-maps \
|
||||
--dart-define=API_BASE_URL=${API_BASE_URL}
|
||||
|
||||
# Verify build output
|
||||
|
|
|
|||
Loading…
Reference in a new issue