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 # Generate secrets
@secrets: @secrets:
just rand cd lib/mix/ && ln -sf ../../extensions/bonfire/lib/mix/tasks || ln -sf ../../deps/bonfire/lib/mix/tasks
just rand cd lib/mix/tasks/secrets/ && mix escript.build && ./secrets 128 3
just rand # just rand
# cd lib/mix/ && ln -sf ../../extensions/bonfire/lib/mix/tasks || ln -sf ../../deps/bonfire/lib/mix/tasks # just rand
# cd lib/mix/tasks/secrets/ && mix escript.build && ./secrets 128 3 # just rand
@rand: # @rand: # note: doesn't work in github CI
echo {{ uuid() }}-{{ uuid() }}-{{ uuid() }}-{{ uuid() }} # echo {{ uuid() }}-{{ uuid() }}-{{ uuid() }}-{{ uuid() }}
# Start or stop nix postgres server # Start or stop nix postgres server
@nix-db pg_cmd: @nix-db pg_cmd:

View file

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