Is it ok to use composer on localhost to upgrade core and modules, and then FTP the files to the server?
I'm on shared hosting, and although it's possible to use SSH with GIT, it's a pain to set up...
Some information about my use case:
- No multiple users, no team, no multiple developers, I'm a one man show
- Small business sites
- I'm the only person adding content
- No need for version control, no module development, no coding
- Install Drupal 8 with composer
- Import site into aquia dev desktop
- Use composer to update modules and core
- FTP sites folder to server
- Use backup migrate when I alternate working from live to localhost and vice versa