Update
Update VPS
If you've installed VitoDeploy on a linux virtual machine, To update it to the latest version you just need to run the
update.sh file inside the root of the project.Make sure you SSH to your Vito server via
vito user. If you logged in via the root user then change it to vito (
su vito)Shell
cd /home/vito/vito
bash scripts/update.shBy default it will update to the latest stable release. If you want to also get the beta releases, You can pass
--beta
to the command.Shell
bash scripts/update.sh --betaUpdate Docker
If you've installed VitoDeploy on a docker container, You just need to pull the latest version and recreate the container
Pull the latest version:
Shell
docker pull vitodeploy/vito:latestAnd then recreate the container!