-
Notifications
You must be signed in to change notification settings - Fork 185
Upgrading
Stephen Ball edited this page Mar 7, 2017
·
9 revisions
Upgrading Deployer is (normally) a very simple process which simply requires running a few commands. However, please ensure you read the release notes for each specific release in case there are any special instructions!
You will be notified with a prompt, as below, when there is an update available.
WARNING You should make sure that there are no deployments currently in progress before attempting to update otherwise the deployment may fail.
- Get the latest code
$ git fetch --all
$ git checkout <latest release>
Please see the latest release for the latest version.
- Update the dependencies
$ composer install -o --no-dev
$ npm install --production
- Run the updater
$ php artisan app:update
- Creating Projects
- Server Management
- Deployments
- Command Hooks
- File Management
- Notifications
- Health Checks
- Templates
- Webhooks
- Custom Notifications
- Additional Options
- Getting Help