> For the complete documentation index, see [llms.txt](https://laravelsharedhosting.novate.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/on-going-deployments.md).

# On-going deployments

The great benefit of this setup is the reliability it brings to the whole deployment process

1. Develop and test locally
2. Commit to your code repository
3. SSH into the server
4. Change to the project folder
5. Run `./build.sh`

Your new code will be deployed in under 10 seconds, with no downtime for the users

If you need to run any artisan commands, remember to first switch to the `Live` folder and  run `php81 artisan`(or whatever php value is applicable to your project)
