diff --git a/README.md b/README.md index b079c63..300082d 100644 --- a/README.md +++ b/README.md @@ -115,3 +115,8 @@ make release ``` This will fetch and create all images required for the build process. The whole process to finish can take several minutes. + +## Deploy +``` +env PLATFORMS='linux' make release; and scp build/distributions/youtubebeat-6.5.0-linux-x86.tar.gz REMOTE_SERVER:/tmp/ELK; and ssh REMOTE_SERVER "cd /tmp/ELK; rm -rf youtubebeat-6.5.0-linux-x86; tar xvf youtubebeat-6.5.0-linux-x86.tar.gz" +```