github.com/koron/hk@v0.0.0-20150303213137-b8aeaa3ab34c/doc/staging.md (about)

     1  # Staging configuration
     2  
     3  To release a staging version of hk, export the follow variables to the local environment in which you'll be running the `hkdist` command.
     4  
     5  ```
     6  export BUILDBRANCH=staging
     7  export BUILDNAME=hkstaging
     8  export DISTURL=https://hkdist-staging.herokuapp.com/
     9  export S3PATCHURL=https://hkpatch-staging.s3.amazonaws.com/
    10  export HKGENAPPNAME=hkgen-staging
    11  export S3DISTURL=xxxxxx
    12  export S3_ACCESS_KEY=xxxxxx
    13  export S3_SECRET_KEY=xxxxxx
    14  ```
    15  
    16  The `S3DISTURL`, `S3_ACCESS_KEY` and `S3_SECRET_KEY` values can be found on the relevant instance of `hkdist-staging` on Heroku.