Skip to content

Commit 94494ab

Browse files
Rename onetask to kern (#6)
1 parent 2025dc6 commit 94494ab

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.drone.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ 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
- name: trigger update
2323
image: appleboy/drone-ssh
2424
settings:
25-
host: app.dev.onetask.ai
25+
host: app.dev.kern.ai
2626
username:
2727
from_secret: ssh_user
2828
key:
@@ -48,16 +48,16 @@ steps:
4848
- name: build and publish
4949
image: plugins/docker
5050
settings:
51-
registry: registry.dev.onetask.ai
51+
registry: registry.dev.kern.ai
5252
username:
5353
from_secret: docker_username
5454
password:
5555
from_secret: docker_password
56-
repo: "registry.dev.onetask.ai/${DRONE_REPO}"
56+
repo: "registry.dev.kern.ai/${DRONE_REPO}"
5757
tags: ["${DRONE_COMMIT_SHA}_arm64", "${DRONE_COMMIT_BRANCH}_arm64"]
5858
cache_from:
59-
- "registry.dev.onetask.ai/${DRONE_REPO}:dev_arm64"
60-
- "registry.dev.onetask.ai/${DRONE_REPO}:${DRONE_COMMIT_BRANCH}_arm64"
59+
- "registry.dev.kern.ai/${DRONE_REPO}:dev_arm64"
60+
- "registry.dev.kern.ai/${DRONE_REPO}:${DRONE_COMMIT_BRANCH}_arm64"
6161

6262
trigger:
6363
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-websocket [![Build Status](https://drone.dev.onetask.ai/api/badges/code-kern-ai/refinery-websocket/status.svg?ref=refs/heads/dev)](https://drone.dev.onetask.ai/code-kern-ai/refinery-websocket)
1+
# refinery-websocket [![Build Status](https://drone.dev.kern.ai/api/badges/code-kern-ai/refinery-websocket/status.svg?ref=refs/heads/dev)](https://drone.dev.kern.ai/code-kern-ai/refinery-websocket)
22
[![refinery repository](https://uploads-ssl.webflow.com/61e47fafb12bd56b40022a49/62c2f30f935f4d37dc864eeb_Kern%20refinery.png)](https://github.com/code-kern-ai/refinery)
33

44
Websocket module for [refinery](https://github.com/code-kern-ai/refinery). Enables asynchronous notifications inside the application.

start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ docker run -it --rm \
77
--name refinery-websocket \
88
--mount type=bind,source="$(pwd)"/,target=/app \
99
--network dev-setup_default \
10-
-e DB_DSN="host=dev-setup_graphql-postgres_1 port=5432 user=postgres password=onetask sslmode=disable" \
10+
-e DB_DSN="host=dev-setup_graphql-postgres_1 port=5432 user=postgres password=kern sslmode=disable" \
1111
cosmtrek/air
1212
echo -ne '\t\t\t [done]\n'

0 commit comments

Comments
 (0)