You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 line
260 B

  1. {deps, [grisp]}.
  2. {plugins, [{rebar3_grisp, "0.1.0"}]}.
  3. {erl_opts, [debug_info]}.
  4. {grisp, [
  5. {otp_release, "19"},
  6. {deploy, [
  7. {destination, "/path/to/SD-card"}
  8. ]}
  9. ]}.
  10. {relx, [
  11. {release, {mygrispproject, "0.1.0"}, [mygrispproject]}
  12. ]}.