This commit is contained in:
Mayel de Borniol 2022-09-08 17:23:23 +12:00
parent cee42b4cdb
commit 4500b0f7ea
3 changed files with 5 additions and 9 deletions

View file

@ -51,9 +51,9 @@ jobs:
-
name: Generate docs
run: just docs
-
name: Generate arch reports
run: just arch && mv reports/dev/static/html ./docs/exdoc/arch
# -
# name: Generate arch reports
# run: just arch && mv reports/dev/static/html ./docs/exdoc/arch
-
name: Deploy docs
uses: peaceiris/actions-gh-pages@v3

View file

@ -19,9 +19,6 @@ jobs:
POSTGRES_HOST: postgres
POSTGRES_PASSWORD: postgres
CI: true
EXQLITE_USE_SYSTEM: 1
EXQLITE_SYSTEM_CFLAGS: -I/usr/include
EXQLITE_SYSTEM_LDFLAGS: -L/lib -lsqlite3
SECRET_KEY_BASE: "kSNSvYkWk14onNdbYzhEqFyG5TzpOO9+FFlk5sIrhTk0RV6+FeL/nM8DWQffDah4woepgQdrP6J8cjWGyehcWcRWvIIWXsghp0yY9/fEjgfUekD15P9LGRCmu6exIQ6g"
SIGNING_SALT: "NPkqpeTx/q9xGQRWwRpqBWI7bCxeHMAF4L2PHntfjVtd8GZD2BQKe9KLnkIR5WbLVdZt24FWuR+Hy5WoXaZM4APydGvC2+w2enJmskOckX5VY1Bpvm7JGKu+QymgIgK/"
ENCRYPTION_SALT: "l+QT/gkdX722f57qSAUc+bZcqm5ZduXY4D0hp0glEiKdR267JsZ1/CZlrlhADcD8kzuaZGFWvJ2dlr6sujbzGQV5e04lKVIsZh3gfd8eqQBckIqH6L8TDRRz4M07YE+F"

View file

@ -3,7 +3,7 @@ defmodule Bonfire.MixProject do
use Mix.Project
@config [ # TODO: put these in ENV or an external writeable config file similar to deps.*
version: "0.3.4-beta.30", # note that the flavour will automatically be added where the dash appears
version: "0.3.4-beta.31", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.13",
default_flavour: "classic",
logo: "assets/static/images/bonfire-icon.png",
@ -155,8 +155,7 @@ defmodule Bonfire.MixProject do
# {:changelog, "~> 0.1", only: [:dev, :test], runtime: false}, # retrieve changelogs of latest dependency versions
{:versioce, "~> 1.1.2", only: :dev}, # changelog generation
{:git_cli, "~> 0.3.0", only: :dev}, # needed for changelog generation
{:archeometer, git: "https://gitlab.com/mayel/archeometer", only: [:dev, :test]}, # "~> 0.1.0"
{:ex_sqlean, "~> 0.8.7", only: [:dev, :test]}, # Precompiled native SQLITE (used for archeometer)
# {:archeometer, git: "https://gitlab.com/mayel/archeometer", only: [:dev, :test]}, # "~> 0.1.0" # disabled because exqlite not working in CI
# tests
{:floki, ">= 0.0.0", only: [:dev, :test]},