This commit is contained in:
Mayel de Borniol 2023-01-30 19:45:44 +13:00
parent 7286b51b8d
commit 02800e3153
2 changed files with 8 additions and 8 deletions

View File

@ -669,14 +669,14 @@ db-pre-migrations:
# Generate secrets
@secrets:
just rand
just rand
just rand
# cd lib/mix/ && ln -sf ../../extensions/bonfire/lib/mix/tasks || ln -sf ../../deps/bonfire/lib/mix/tasks
# cd lib/mix/tasks/secrets/ && mix escript.build && ./secrets 128 3
cd lib/mix/ && ln -sf ../../extensions/bonfire/lib/mix/tasks || ln -sf ../../deps/bonfire/lib/mix/tasks
cd lib/mix/tasks/secrets/ && mix escript.build && ./secrets 128 3
# just rand
# just rand
# just rand
@rand:
echo {{ uuid() }}-{{ uuid() }}-{{ uuid() }}-{{ uuid() }}
# @rand: # note: doesn't work in github CI
# echo {{ uuid() }}-{{ uuid() }}-{{ uuid() }}-{{ uuid() }}
# Start or stop nix postgres server
@nix-db pg_cmd:

View File

@ -86,7 +86,7 @@ defmodule Bonfire.Umbrella.MixProject do
@default_flavour "classic"
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.4.0-beta.4",
version: "0.4.0-beta.5",
elixir: "~> 1.13",
default_flavour: @default_flavour,
logo: "assets/static/images/bonfire-icon.png",