Add update instructions in readme

This commit is contained in:
Gabriel Augendre 2018-11-18 19:02:51 +01:00
parent 007dbdd3a9
commit 03138d3809
1 changed files with 5 additions and 0 deletions

View File

@ -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. 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"
```