mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
check for 'AYON_REMOTE_PUBLISH'
This commit is contained in:
parent
9275fa22a7
commit
2e206476ca
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ def install_host(host):
|
|||
|
||||
MessageHandler.emit = modified_emit
|
||||
|
||||
if os.environ.get("OPENPYPE_REMOTE_PUBLISH"):
|
||||
if os.environ.get("AYON_REMOTE_PUBLISH"):
|
||||
# target "farm" == rendering on farm, expects OPENPYPE_PUBLISH_DATA
|
||||
# target "remote" == remote execution, installs host
|
||||
print("Registering pyblish target: remote")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue