# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/on-going-deployments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
