auto deploy configuration

This commit is contained in:
MohammadTaha Basiri 2022-02-05 15:35:58 +03:30
parent 490c381c2f
commit 0ba6e2280e
2 changed files with 4 additions and 1 deletions

View File

@ -4,9 +4,12 @@ stages:
- deploy - deploy
build: build:
stage: build
script: script:
- flutter clean - flutter clean
- flutter build web --webrenderer canvaskit - flutter build web --webrenderer canvaskit
only:
- test
push: push:
stage: push stage: push

View File

@ -9,6 +9,6 @@ spec:
path: / path: /
replicas: 1 replicas: 1
resources: resources:
memory: 250Mi memory: 150Mi
domains: domains:
- name: test.didvan.app - name: test.didvan.app