Hey there!
I'm currently working on a work project where I have my code sitting in Bitbucket. Every time I want to make a deploy to dev to test my work, I have to log into my IIS server, run the respective git commands in the terminal, and then wait for the pull to happen.
Is there an easy way to automate this task? I've tried Jenkins but BItbucket had issues as the Jenkins instance was sitting behind my company firewall, so the server is not public facing.
Any help would be greatly appreciated, I'm getting very tired of having to constantly manually deploy my code.
Hi Stephen,
Have you considered using Bitbucket Pipelines or Bamboo? Is there anything preventing you from using those?
If you still prefer Jenkins, have you tried contacting them for any solutions that would allow you to use it in spite of your company's firewall?
Regards,
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.