mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
Pull new tags when upgrading to update VERSION
During an upgrade, the output of `git describe --tags` is written to the VERSION file, so we need to pull the tags otherwise it looks like we're running an old version.
This commit is contained in:
@@ -8,7 +8,7 @@ To update the deploy step (this is updated less frequently):
|
||||
|
||||
```shell
|
||||
cd ~/dokku
|
||||
git pull origin master
|
||||
git pull --tags origin master
|
||||
sudo make install
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user