This commit is contained in:
Mayel de Borniol 2024-04-15 23:57:44 +01:00
parent 6af568a1b7
commit 46dfdec78f
2 changed files with 3 additions and 1 deletions

View file

@ -143,10 +143,12 @@ jobs:
chmod +x deps-debian.sh && ./deps-debian.sh
-
name: Install Bonfire deps
run: |
just config
just mix "deps.get --only prod"
-
name: Build app
run: |
just rel-build
cd _build/prod/rel && tar -czvf bonfire-${{ env.FLAVOUR }}-amd64-debian-bullseye.tar.gz bonfire
- name: Release to github

View file

@ -154,7 +154,7 @@ defmodule Bonfire.Umbrella.MixProject do
# TODO: put these in ENV or an external writeable config file similar to deps.*
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.9.10-beta.42",
version: "0.9.10-beta.44",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,