I want to deploy via FTP using Grunt, I have seen some tutorials but I do not know how to configure Gruntfile.js
nor the task that I should use to deploy and also if I need other resources to deploy, for example configure something on the server.
Can anyone help me?
implemented
So, I'm using the Roots project as a template for my Wordpress site, and the Gruntfile.js
of this project is this: link
I do not know how to use deploy via FTP, there are tasks for everything I do in Gruntfile.js
less to deploy. This is the file for my project.
I wanted to know how I use the task to deploy via FTP.