diff --git a/pages/docs/hosting/single-node.mdx b/pages/docs/hosting/single-node.mdx index f990361..24b11b9 100644 --- a/pages/docs/hosting/single-node.mdx +++ b/pages/docs/hosting/single-node.mdx @@ -131,7 +131,7 @@ Then, copy `env.prod` file to the VM instance: ```bash scp deploy/env.prod realtime.example.com:./prscd/. -scp dev-single-node.yaml realtime.example.com:./prscd/. +scp deploy/yomo.yaml realtime.example.com:./prscd/. ``` At last, copy `prscd.service` file to the VM instance: