mirror of
https://github.com/iv-org/documentation.git
synced 2024-12-23 06:19:22 -05:00
Updated Updating (markdown)
This commit is contained in:
parent
5e079fb4fb
commit
4bf0764a1c
@ -6,7 +6,7 @@ $ sudo -i -u invidious
|
|||||||
$ cd invidious
|
$ cd invidious
|
||||||
$ currentVersion=$(git rev-list --max-count=1 --abbrev-commit HEAD)
|
$ currentVersion=$(git rev-list --max-count=1 --abbrev-commit HEAD)
|
||||||
$ git pull
|
$ git pull
|
||||||
$ latestVersion=$(git describe --tags `git rev-list --tags --max-count=1`)
|
$ latestVersion=$(git describe --tags --abbrev=0)
|
||||||
$ git checkout $latestVersion
|
$ git checkout $latestVersion
|
||||||
$ for i in `git rev-list --abbrev-commit $currentVersion..HEAD` ; do file=./config/migrate-scripts/migrate-db-$i.sh ; [ -f $file ] && $file ; done
|
$ for i in `git rev-list --abbrev-commit $currentVersion..HEAD` ; do file=./config/migrate-scripts/migrate-db-$i.sh ; [ -f $file ] && $file ; done
|
||||||
$ shards update && shards install
|
$ shards update && shards install
|
||||||
|
Loading…
Reference in New Issue
Block a user