DEV Community

Discussion on: How to become more productive using Makefile

Collapse
 
simo97 profile image
ADONIS SIMO

Great article, i use to handle some of those task with custom django commands... but it really depends on what the task has to achieve, for example initializing app with default data... but it's a good idea to use makefile also.

But i am not sure if it can do everything, for example can it help you to deploy on remote server via SSH like fabfile ?

Collapse
 
xarala221 profile image
Ousseynou Diop

Thank you, friend.
Yes, you can do that.
I use this file to deploy my app to a docker container or Heroku server.

Collapse
 
simo97 profile image
ADONIS SIMO

yeah i use it also but for VPS deployment and sometime on EC2....