Deployment instructions on cloud server:
After your files have been pushed to the main branch in github.
- Verify you have the following services installed on server: Laravel, Git.
- Verify the .env file has updated values for dev/live environment.
- Verify values inside config/app.php
- Verify .htaccess and public/index.php has correct values, .htaccess should point public directory for the live site.
- Update database on server with
php artisan migrate
- From server pull files from GitHub
git pull origin main