deploy and build configurations

This commit is contained in:
MohammadTaha Basiri 2022-04-23 15:30:24 +04:30
parent 1efb779675
commit 7f67f09879
2 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@ name: app-dev
spec:
allow_http: false
disable_default_domains: true
image: app-dev:2.0.1.11
image: app:2.0.5.15
image_pull_policy: IfNotPresent
path: /
replicas: 1
resources:
memory: 100Mi
domains:
- name: dev.didvan.app
- name: web.didvan.app

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.0.0+13
version: 2.0.5+15
environment:
sdk: ">=2.12.0 <3.0.0"