mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #1238 from pypeclub/feature/app_group_in_name
App group in application full name
This commit is contained in:
commit
43163e500d
21 changed files with 103 additions and 135 deletions
|
|
@ -62,7 +62,7 @@ def _prepare_publish_environments():
|
|||
env["AVALON_TASK"] = os.getenv("AVALON_TASK")
|
||||
env["AVALON_WORKDIR"] = os.getenv("AVALON_WORKDIR")
|
||||
env["AVALON_APP"] = f"hosts.{publish_host}"
|
||||
env["AVALON_APP_NAME"] = "celaction_local"
|
||||
env["AVALON_APP_NAME"] = "celaction/local"
|
||||
|
||||
env["PYBLISH_HOSTS"] = publish_host
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue