mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
show current version
This commit is contained in:
@ -4,7 +4,9 @@ cd /home/vito/vito
|
||||
|
||||
php artisan down
|
||||
|
||||
git pull
|
||||
git fetch --all
|
||||
|
||||
git checkout $(git tag -l --merged 1.x --sort=-v:refname | head -n 1)
|
||||
|
||||
composer install --no-dev
|
||||
|
||||
|
Reference in New Issue
Block a user