check for 'AYON_REMOTE_PUBLISH'

This commit is contained in:
Jakub Trllo 2024-02-07 16:57:22 +01:00
parent 9275fa22a7
commit 2e206476ca

View file

@ -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")