Tag: git

  • Thumbnail for GitHub Action Gotchas

    GitHub Action Gotchas

    I started with GitHub Actions a couple years ago. Recently I came across a few interesting use cases while I was trying to setup Terraform…

    Read
  • Getting started with GitHub Actions

    In my orthweb project, I had to compile a library on my own. In search for free computing resources I realized that GitHub action can…

    Read
  • Git Branching Strategy

    Having been in two discussions about Git branching strategy with different organizations, I decide to jot down the details of all the common branching strategies…

    Read
  • Automatic deployment of Orthanc on AWS

    [Update] I changed reverse proxy from Nginx to Envoy. Here‘s the detail. [Update] Some security improvement was introduced in may 2021. Here‘s detail. [Update] Here’s…

    Read
  • Automated Deployment Pipeline 3 of 3

    Background We have previously covered a pipeline example with Jenkins calling Ansible to leverage OpenSSH configuration and Ansible inventory. We also discussed a use case…

    Read
  • Automated Deployment Pipeline 2 of 3

    In this posting, we continue to discuss Jenkins’ ability to automate deployment routines. Jenkins supports freestyle project out of the box, as well as Pipeline…

    Read