Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automating the command line
Message
From
05/10/2016 12:38:17
 
 
To
05/10/2016 08:29:00
General information
Forum:
Git
Category:
Automation
Miscellaneous
Thread ID:
01641615
Message ID:
01641641
Views:
42
>>Why not use GitHub or one of the free competing tools? Or the Git tooling inside Visual Studio?
>
>The goal is to avoid Git related utility interfaces to deploy, for example. So, we would like to creat a script to automate the deployment towards a DEV server, for example, without having human intervention.

Grunt (config-oriented) or Gulp (code-oriented) both have git plug-ins. There's more to deploying than just one piece, so either gives you a way to handle all that needs to be handled.

Gulp is node.js based, and for code-minded folks probably a better fit. Plus of course node itself has a cajillion modules to accomplish tasks that might be relevant to deployment.

Hank
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform