1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Add upgrade script

This commit is contained in:
Chocobozzz 2016-10-21 14:23:20 +02:00
parent 469526e14d
commit 9f540774b1
4 changed files with 20 additions and 0 deletions

View file

@ -16,5 +16,6 @@ printf " play -> Run 3 fresh nodes so that you can test the com
printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n"
printf " start -> Run the server\n"
printf " check -> Check the server (according to NODE_ENV)\n"
printf " upgrade -- [branch] -> Upgrade the application according to the [branch] parameter\n"
printf " test -> Run the tests\n"
printf " help -> Print this help\n"