I've been using Beanstalk. They have a great feature where I can set up my custom server (staging / prod etc) profiles and then it will invoke a "git pull" command on my servers. This can be set to auto (when I push code into repo) or manually invoked.
Using SSH Key for authentication, it basically runs a CLI command, such as:
cd ~/web/mystagingserver.com;git pull origin development
I'm a little confused with how to do this with BitBucket. I've been fiddling with Pipelines, but not getting far. I use Rackspace Cloud Servers. I don't see a pipe available for it.
I can fall back on the SFTP pipe, however prefer to use git pull, obviously.
I don't need Code Integration or unit testing at this stage. My overall intention is to avoid SSH into my server for manual git pulls all the time, and automate this process by attaching it to a git push from my dev computer.
Thanks.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.