Thanks!
Theare 3 options in 2020:
Manually from laptop:
1) Heroku (git push)
2) Capistrano (use ssh to copy files)
3) Docker images (git push)
Automatically:
1) Trigger by CI/CD (git pull)