From 7f67f098796f00560318e9de352fee073b9e7438 Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Sat, 23 Apr 2022 15:30:24 +0430 Subject: [PATCH] deploy and build configurations --- .fandogh/fandogh.yaml | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.fandogh/fandogh.yaml b/.fandogh/fandogh.yaml index 4d58d75..72dea07 100644 --- a/.fandogh/fandogh.yaml +++ b/.fandogh/fandogh.yaml @@ -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 \ No newline at end of file + - name: web.didvan.app \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index c289540..fbedac3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"