diff --git a/drone-starlark/repos/proxy/stack-name._star b/drone-starlark/repos/proxy/stack-name._star index 6d0534a..a8bb8d9 100644 --- a/drone-starlark/repos/proxy/stack-name._star +++ b/drone-starlark/repos/proxy/stack-name._star @@ -1 +1 @@ -stackName='${SIGYL_STACK_NAME}' \ No newline at end of file +stackName='proxy' \ No newline at end of file diff --git a/drone-starlark/repos/proxy/stack-root._star b/drone-starlark/repos/proxy/stack-root._star index 73ba038..fc38939 100644 --- a/drone-starlark/repos/proxy/stack-root._star +++ b/drone-starlark/repos/proxy/stack-root._star @@ -1 +1 @@ -stackRoot='${SIGYL_STACK_ROOT}' \ No newline at end of file +stackRoot='/stack/proxy' \ No newline at end of file