diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 627df15..1101f2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,12 @@ stages: - deploy build: + stage: build script: - flutter clean - flutter build web --webrenderer canvaskit + only: + - test push: stage: push diff --git a/deployment/config.yaml b/deployment/config.yaml index c6a4b12..c49f51c 100644 --- a/deployment/config.yaml +++ b/deployment/config.yaml @@ -9,6 +9,6 @@ spec: path: / replicas: 1 resources: - memory: 250Mi + memory: 150Mi domains: - name: test.didvan.app \ No newline at end of file