auto deploy configuration
This commit is contained in:
parent
490c381c2f
commit
0ba6e2280e
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue