mix grisp.deploy (mix_grisp v1.1.1)

Copy Markdown View Source

Deploys a GRiSP release to a directory or creates a release bundle.

mix grisp.deploy [options] [-- MIX_RELEASE_OPTIONS]

Options:

  • --relname, -n - release name
  • --relvsn, -v - release version
  • --tar, -t - create a bundle in _grisp/deploy
  • --destination, -d - copy destination
  • --force, -f - replace existing files
  • --pre-script - command to run before copying
  • --post-script - command to run after copying

Arguments after -- are passed to mix release.