DEV Community

Discussion on: What tools do you use to boost productivity?

Collapse
 
pavelkeyzik profile image
Pavel Keyzik

You have some scripts that you wrote and just run them, right? Do you use anything like GitHub Actions?

Collapse
 
taijidude profile image
taijidude

At work i use a jenkins server. I call my powershell scripts from the jenkins job script. I do that so If the jenkins is down i'm still able to run my scripts locally. Also i find it more comfortable to develop the deployment scripts.

Thread Thread
 
pavelkeyzik profile image
Pavel Keyzik

Got it 👍 Thank you for explaining 😊

Thread Thread
 
taijidude profile image
taijidude

You are welcome