rtrm HF Staff coyotte508 HF Staff commited on
Commit
d4e1a40
·
unverified ·
1 Parent(s): 80ad6b8

Fix DEV login (#2023)

Browse files

---------

Co-authored-by: Eliott C. <coyotte508@gmail.com>

.github/workflows/deploy-dev.yml CHANGED
@@ -1,6 +1,7 @@
1
  name: Deploy to ephemeral
2
  on:
3
  pull_request:
 
4
 
5
  jobs:
6
  branch-slug:
 
1
  name: Deploy to ephemeral
2
  on:
3
  pull_request:
4
+ types: [opened, reopened, synchronize, labeled, unlabeled]
5
 
6
  jobs:
7
  branch-slug:
chart/env/dev.yaml CHANGED
@@ -57,7 +57,7 @@ envVars:
57
  PUBLIC_APP_ASSETS: "huggingchat"
58
  PUBLIC_APP_NAME: "HuggingChat"
59
  PUBLIC_APP_DESCRIPTION: "Making the community's best AI chat models available to everyone"
60
- PUBLIC_ORIGIN: "https://huggingface.co"
61
  PUBLIC_PLAUSIBLE_SCRIPT_URL: "https://plausible.io/js/pa-Io_oigECawqdlgpf5qvHb.js"
62
 
63
  TASK_MODEL: "Qwen/Qwen3-4B-Instruct-2507"
 
57
  PUBLIC_APP_ASSETS: "huggingchat"
58
  PUBLIC_APP_NAME: "HuggingChat"
59
  PUBLIC_APP_DESCRIPTION: "Making the community's best AI chat models available to everyone"
60
+ PUBLIC_ORIGIN: ""
61
  PUBLIC_PLAUSIBLE_SCRIPT_URL: "https://plausible.io/js/pa-Io_oigECawqdlgpf5qvHb.js"
62
 
63
  TASK_MODEL: "Qwen/Qwen3-4B-Instruct-2507"