Skip to content

Commit 57883cc

Browse files
committed
Deploy branch
1 parent b0e57e7 commit 57883cc

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- "develop"
1515
- "feature/**caps**"
1616
- "feature/**withmadrid**"
17+
- "feature/**chatf**"
1718
workflow_dispatch:
1819

1920
jobs:

Dogefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ workers:
114114
host: docker.io
115115
registry: chatfaq
116116
repository: back-chatrag
117-
tag: "develop"
117+
tag: "chatf-1315"
118118
envs: [ django, ray_worker ]
119119
instance_size: XL
120120
command: /.venv/bin/ray start --address=back:6375 --resources='{"tasks":100,"rags":100}' --block

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chatfaq_sdk"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
description = "ChatFAQ SDK"
55
authors = ["Hector Soria <[email protected]>"]
66
readme = "README.md"

widget/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatfaq-widget",
3-
"version": "0.0.57",
3+
"version": "0.0.60",
44
"private": false,
55
"main": "./dist/chatfaq-widget.umd.cjs",
66
"module": "./dist/chatfaq-widget.mjs",

0 commit comments

Comments
 (0)