Skip to content
View agracey's full-sized avatar

Block or report agracey

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. home-weather-traffic home-weather-traffic Public

    Wallboard for home system

    JavaScript 4

  2. metabuildpack metabuildpack Public

    Declarative creation of Cloud Native Build Packs

    Rust 3

  3. epinio epinio Public

    Forked from epinio/epinio

    Opinionated platform that runs on Kubernetes, that takes you from App to URL in one step.

    Go

  4. personal-raci personal-raci Public

    A simple tool to keep track of different projects and how involved I am in them.

    JavaScript

  5. Language specific buildpack configur... Language specific buildpack configuration options
    1
     
    2
    ## All Languages
    3
     
    4
    Any application can set variables through https://github.com/paketo-buildpacks/environment-variables
    5
     
  6. Using GitJob to automate Epinio inst... Using GitJob to automate Epinio installations
    1
    One of the more interesting features of Rio was that it would let you set up a deployment that rebuilds and republishes when your code stored in Git is changed. 
    2
     
    3
    We can recreate this functionality using the GitJob CRD that's a part of [Rancher Fleet](https://fleet.rancher.io/).
    4
     
    5
    NOTE: We will improve this experience in the future!