- Configure Kirby for Dokku
- Install deployment-keys and host keys Dokku plugins
- Set up staging and production environments
- Clone project repository into apps persistent storage folders
- Mount desired folders including
.git
folder to apps - Add
GIT_DIR
andGIT_WORK_TREE
environment variables to containers - Deploy to Dokku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Configurable LCG function | |
function lcg(seed: number, multiplier: number, increment: number, modulus: number) { | |
return function() { | |
seed = (multiplier * seed + increment) % modulus; | |
return seed; | |
}; | |
} | |
export function generateWords( | |
words: string[], |
I hereby claim:
- I am jvgreenaway on github.
- I am jvg (https://keybase.io/jvg) on keybase.
- I have a public key ASBbHKbE-rs9mSqP6sZdShVrYZ8kUFtTxUbP0ckAIcue7Qo
To claim this, I am signing this object: