Gatling v1.0.0 Mix.Tasks.Gatling.Receive

Run by git’s post-update hook. Determine whether to deploy the app, or update an existing one.

Summary

Functions

Callback implementation for c:Mix.Task.run/1

Types

gatling_env :: %Gatling.Env{available_port: term, available_tasks: term, build_dir: term, built_release_path: term, deploy_callback_module: term, deploy_dir: term, deploy_path: term, domains: term, etc_dir: term, etc_path: term, git_hook_path: term, nginx_available_path: term, nginx_dir: term, nginx_enabled_path: term, nginx_template: term, project: term, release_config_path: term, releases: term, script_template: term, upgrade_callback_module: term, upgrade_dir: term, upgrade_path: term, version: term}
project :: binary

Functions

run(list)

Specs

run([project]) :: gatling_env

Callback implementation for c:Mix.Task.run/1.