added build n push telegram client.
This commit is contained in:
parent
95a43897a2
commit
6518e3a312
14
.drone.yml
14
.drone.yml
@ -92,6 +92,20 @@ steps:
|
|||||||
- dotnet pack ./local-env/users/Nocr.Users.sln -o ./local-env/users/bin
|
- dotnet pack ./local-env/users/Nocr.Users.sln -o ./local-env/users/bin
|
||||||
- dotnet nuget push ./local-env/users/bin/*Contract*.nupkg --api-key $NUGETAPIKEY --source musk --skip-duplicate
|
- dotnet nuget push ./local-env/users/bin/*Contract*.nupkg --api-key $NUGETAPIKEY --source musk --skip-duplicate
|
||||||
|
|
||||||
|
- name: nocr telegram client build & push
|
||||||
|
image: plugins/docker
|
||||||
|
privileged: true
|
||||||
|
settings:
|
||||||
|
repo: hub.musk.fun/k8s/nocr/telegram_client
|
||||||
|
registry: hub.musk.fun
|
||||||
|
context: ./local-env/telegram-client
|
||||||
|
dockerfile: ./local-env/telegram-client/src/Nocr.TelegramClient.Host/Dockerfile
|
||||||
|
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
|
||||||
|
username:
|
||||||
|
from_secret: hub_username
|
||||||
|
password:
|
||||||
|
from_secret: hub_password
|
||||||
|
|
||||||
- name: nocr text matcher migrator build & push
|
- name: nocr text matcher migrator build & push
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user