auto deploy configuration
This commit is contained in:
parent
490c381c2f
commit
0ba6e2280e
|
|
@ -4,9 +4,12 @@ stages:
|
|||
- deploy
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- flutter clean
|
||||
- flutter build web --webrenderer canvaskit
|
||||
only:
|
||||
- test
|
||||
|
||||
push:
|
||||
stage: push
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ spec:
|
|||
path: /
|
||||
replicas: 1
|
||||
resources:
|
||||
memory: 250Mi
|
||||
memory: 150Mi
|
||||
domains:
|
||||
- name: test.didvan.app
|
||||
Loading…
Reference in New Issue