mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #901 from misto/patch-1
Pull new tags when upgrading to update 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