Hey I try to deploy my project manually on my DO server due to money problem ,
I dont want use Forge now may be in future I'll be using Shh key on ubuntu server is ther any other alternative of Forge
Or you could connect with SFTP to your Server and upload your project manually to your /var/www/whateverpublic directory.
Then log in to your Server and do a composer update.
Of course you can also install a FTP Server for example pureftp and connect with a FTP user and upload your files.
There`re several ways to push your app to your server.
@hostianer I have account on bigbucket ,One thing that when I change my script and push to the master branch which is on bigbucket how can automatically change on my server also
Hi,
I am in the same page. I want to deploy Laravel manually due a limitation on the production server which is barely a hosting with FTP access and phpmyadmin access. It is clear how to import database. I am in learning stage but I want to test some things on production server (if requirements are ok). My question is: Uploading what? All the folders in laravel project are part of the production part?