Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 617399b

Browse files
Rename onetask to kern (#38)
1 parent a3c9133 commit 617399b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.drone.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ steps:
99
- name: build and publish
1010
image: plugins/docker
1111
settings:
12-
registry: registry.dev.onetask.ai
12+
registry: registry.dev.kern.ai
1313
username:
1414
from_secret: docker_username
1515
password:
1616
from_secret: docker_password
17-
repo: "registry.dev.onetask.ai/${DRONE_REPO}"
17+
repo: "registry.dev.kern.ai/${DRONE_REPO}"
1818
tags: ["${DRONE_COMMIT_SHA}", "${DRONE_COMMIT_BRANCH}"]
1919
cache_from:
20-
- "registry.dev.onetask.ai/${DRONE_REPO}:dev"
21-
- "registry.dev.onetask.ai/${DRONE_REPO}:${DRONE_COMMIT_BRANCH}"
20+
- "registry.dev.kern.ai/${DRONE_REPO}:dev"
21+
- "registry.dev.kern.ai/${DRONE_REPO}:${DRONE_COMMIT_BRANCH}"
2222

2323
trigger:
2424
event:
@@ -36,7 +36,7 @@ steps:
3636
- name: trigger update
3737
image: appleboy/drone-ssh
3838
settings:
39-
host: app.dev.onetask.ai
39+
host: app.dev.kern.ai
4040
username:
4141
from_secret: ssh_user
4242
key:
@@ -67,16 +67,16 @@ steps:
6767
- name: build and publish
6868
image: plugins/docker
6969
settings:
70-
registry: registry.dev.onetask.ai
70+
registry: registry.dev.kern.ai
7171
username:
7272
from_secret: docker_username
7373
password:
7474
from_secret: docker_password
75-
repo: "registry.dev.onetask.ai/${DRONE_REPO}"
75+
repo: "registry.dev.kern.ai/${DRONE_REPO}"
7676
tags: ["${DRONE_COMMIT_SHA}_arm64", "${DRONE_COMMIT_BRANCH}_arm64"]
7777
cache_from:
78-
- "registry.dev.onetask.ai/${DRONE_REPO}:dev_arm64"
79-
- "registry.dev.onetask.ai/${DRONE_REPO}:${DRONE_COMMIT_BRANCH}_arm64"
78+
- "registry.dev.kern.ai/${DRONE_REPO}:dev_arm64"
79+
- "registry.dev.kern.ai/${DRONE_REPO}:${DRONE_COMMIT_BRANCH}_arm64"
8080

8181
trigger:
8282
branch:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2022 onetask.ai GmbH
189+
Copyright 2024 Kern AI GmbH
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# refinery-gateway-proxy [![Build Status](https://drone.dev.onetask.ai/api/badges/code-kern-ai/refinery-gateway-proxy/status.svg?ref=refs/heads/dev)](https://drone.dev.onetask.ai/code-kern-ai/refinery-gateway-proxy)
1+
# refinery-gateway-proxy [![Build Status](https://drone.dev.kern.ai/api/badges/code-kern-ai/refinery-gateway-proxy/status.svg?ref=refs/heads/dev)](https://drone.dev.kern.ai/code-kern-ai/refinery-gateway-proxy)
22
[![refinery repository](https://uploads-ssl.webflow.com/61e47fafb12bd56b40022a49/62c2f30f935f4d37dc864eeb_Kern%20refinery.png)](https://github.com/code-kern-ai/refinery)
33

44
Gateway proxy for [refinery](https://github.com/code-kern-ai/refinery). Manages incoming requests and forwards them to the [gateway](https://github.com/code-kern-ai/refinery-gateway). Used by the [Python SDK](https://github.com/code-kern-ai/refinery-python).

0 commit comments

Comments
 (0)