fadion / Maneuver

Easily deploy Laravel projects via FTP or SFTP, using Git for versioning
MIT License
174 stars 26 forks source link

Artisan deploy always start from fresh deployment #34

Closed bee-interactive closed 4 years ago

bee-interactive commented 5 years ago

Hi!

I'm stucked.. Every time I want to deploy, it starts from scratch.. I checked my .revision file and my last commit, they match. My files are correctly uploaded to the right server, but it uploads all the files every time.. Any idea why is that?

I'm using Laravel 5.8.17.

Thanks!