forked from ecloudcontrol/postgresql-dotnet-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappz.yml
More file actions
32 lines (29 loc) · 689 Bytes
/
appz.yml
File metadata and controls
32 lines (29 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
app:
name: Postgres Dotnet Core
code: POSTGRESDOTNETCORE
notify: appz@ecloudcontrol.com
build:
version: 3.1
env: DEV
build_file: none
args:
BUILD_DIR: /src
PROJECT_PATH: /PostgreSqlDotnetCore/PostgreSqlDotnetCore.csproj
NUGET_CONFIG: /Nuget.Config
output_files: output/*.zip
image_template: dotnet-3.1
deploy:
context: alpha/DEV
replicas: 1
port:
- 80
properties:
DB_SERVER: postgres13-master-13-x
DB_PORT: 5432
DB_USERNAME: dotnet
DB_NAME: dotnet
DB_PASSWORD:
vault: POSTGRESQL_DOTNET_PASSWORD
ASPNETCORE_ENVIRONMENT: Development
DLL: PostgreSqlDotnetCore.dll
revision: 26