Awesome Automation and Integration with Buddy

By  on  

One of my favorite services for years has been IFTTT (If this then that). Having a service that allows me to trigger a host of functionalities with one simple action is amazing! Posting a picture to Instagram can trigger IFTTT to send a tweet, post to Facebook, email to friends, etc.

I've always wanted the same for my more difficult tech projects -- a service with a simple user interface that allows me to trigger a number of tasks to make my process more streamlined and easier to manage. I've found that with Buddy, a service that automates delivery and isn't difficult to manage.

Quick Hits

  • You can sign up for Buddy for a free trial
  • Push, build, and deploy as a service
  • Integrates with GitHub, GitLab, BitBucket or your own private git server; flexible with your repository location
  • Allows simple, UI-driven integration with popular services like AWS, Slack, Firebase, New Relic, Sentry, and more
  • Speed: cache by default + deployments based on changeset (SFTP/FTP/S3 and more)
  • Trusted by Inc, Fubo TV, Purple, Docplanner, and more

After signing up for Buddy, the first step is connecting a repository. You can use GitHub, GitLab, BitBucket, or even your own private git server. With your Buddy account activated, the next step is building your "pipeline": a series of tasks that trigger when a given event occurs on a repository.

Buddy offers dozens of actions you can assign to react to repository events:

  • Transfer: Transfer changed or all files to a given location via SSH, SFTP, FTP, or RSync
  • Services: Execute commands with SSH, send a HTTP request, or manage Heroku or Cloudflare
  • Remote Commands: Node.js, PHP, or other scripts awaiting activation
  • Static Site Generators: Jekyll, Hexo, and more
  • AWS and Google Platform Actions: Elastic, Lambda, CloudFront, App Engine, and more
  • Docker & Kubernetes: Image creation and updates
  • Performance and CI: New Relic, Sentry, DataDog, etc
  • Notifications: SMS (text message), Slack, Discord, Email, and more
  • Blockchain: Truffle, Solidity, etc.

When you see the possibilities that Buddy provides, you quickly realize your build and deployment processes could be much more streamlined and provide your team more immediate information when changes occur to your codebase.

My favorite part of Buddy is that you can so easily create a complex build and deployment plan from within Buddy's UI. You can create numerous steps and manage them all within a graceful UI:

You can toggle build steps and also create failure paths in the case that a step in the chain fails. Failures can always happen, regardless of environment, so Buddy's ability to provide failure tasks is so useful.

After using Buddy on my test web application, I felt a bit like I had the skillset and power of a deployment expert -- I was even encouraged to think more about failure cases and confirmations of success. Buddy is an excellent tool to help your code get from source to a working machine, all using an amazing interface!

Recent Features

  • By
    CSS @supports

    Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS.  What we end up doing is repeating the same properties multiple times with each browser prefix.  Yuck.  Another thing we...

  • By
    CSS Animations Between Media Queries

    CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...

Incredible Demos

  • By
    Create Twitter-Style Dropdowns Using MooTools

    Twitter does some great stuff with JavaScript. What I really appreciate about what they do is that there aren't any epic JS functionalities -- they're all simple touches. One of those simple touches is the "Login" dropdown on their homepage. I've taken...

  • By
    Facebook-Style Modal Box Using MooTools

    In my oh-so-humble opinion, Facebook's Modal box is the best modal box around. It's lightweight, subtle, and very stylish. I've taken Facebook's imagery and CSS and combined it with MooTools' awesome functionality to duplicate the effect. The Imagery Facebook uses a funky sprite for their modal...

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!