From 5879e6025635f97bce7cb56dd25a1348fd53287a Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Sat, 5 Feb 2022 15:44:16 +0330 Subject: [PATCH] auto deployement configuration --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 434651f..2265157 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ build: image: cirrusci/flutter:latest script: - flutter clean - - flutter build web --webrenderer canvaskit + - flutter build web --web-renderer canvaskit only: - test