Skip to content
  • PotHix's avatar
    Document `--source-only` and add `--push-only` · 1087f8bd
    PotHix authored
    The `--source-only` already works to only build and not deploy. But
    sometimes we want to just push and not build. An example of that is
    when you want to use Docker to build the project, avoiding the
    installation of the whole Ruby environment in your computer.
    
    This commit adds `--push-only` to add the ability to execute only the
    actions related to `git` and avoid the project build.
    
    No API was broken by this commit, it's a minor change.
    1087f8bd