Deprecation notice for old deployment scripts

Fixed #355.
This commit is contained in:
David Zhao
2022-01-21 14:28:03 -08:00
parent f9a1dd97c2
commit c3dec00510
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# LiveKit Server Deployment
Deployment Guides:
The deployment scripts in this directory are deprecated and will not be maintained.
They are here for reference purposes only. Please refer to the links below for up-to-date instructions.
Deployment Guides:
- [Deploy to a VM](https://docs.livekit.io/deploy/vm)
- [Deploy to Kubernetes](https://docs.livekit.io/deploy/kubernetes)

View File

@@ -31,7 +31,7 @@ write_files:
-----END PRIVATE KEY-----
runcmd:
- export LIVEKIT_VERSION=v0.13 # set LiveKit version
- export LIVEKIT_VERSION=v0.15 # set LiveKit version
- curl -o /etc/systemd/system/docker.livekit-server@.service -O https://raw.githubusercontent.com/livekit/master/cloud-images/deploy/docker.livekit-server%40.service
- systemctl enable docker
- systemctl start docker

View File

@@ -32,7 +32,7 @@ write_files:
-----END PRIVATE KEY-----
runcmd:
- export LIVEKIT_VERSION=v0.13 # set LiveKit version
- export LIVEKIT_VERSION=v0.15 # set LiveKit version
- curl -o /etc/systemd/system/docker.livekit-server@.service -O https://raw.githubusercontent.com/livekit/livekit-server/master/deploy/docker.livekit-server%40.service
- systemctl enable docker.livekit-server@${LIVEKIT_VERSION}
- systemctl start docker.livekit-server@${LIVEKIT_VERSION}