@@ 6,15 6,13 @@ packages:
- libwxgtk3.0-gtk3-0v5
- libsctp1
sources:
- - https://git.sr.ht/~ihabunek/harvey_ex
-secrets:
- - 01a91766-58c7-44f1-ba4a-a0be387bce1b
+ - https://git.sr.ht/~ihabunek/harvey
tasks:
- - elang: |
- curl https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_25.0.4-1~debian~stretch_amd64.deb -o erlang.deb
+ - erlang: |
+ curl https://binaries2.erlang-solutions.com/debian/pool/contrib/e/esl-erlang/esl-erlang_26.2.1-1~debian~bullseye_amd64.deb -o erlang.deb
sudo dpkg -i erlang.deb
- elixir: |
- curl https://packages.erlang-solutions.com/erlang/debian/pool/elixir_1.13.4-1~debian~buster_all.deb -o elixir.deb
+ curl https://binaries2.erlang-solutions.com/debian/pool/contrib/e/elixir/elixir_1.16.1_1_otp_26.2.1~debian~bullseye_all.deb -o elixir.deb
sudo dpkg -i elixir.deb
- locale: |
echo "en_US.UTF-8 UTF-8" > /tmp/locale
@@ 32,3 30,8 @@ tasks:
mix compile
mix assets.deploy
mix release --overwrite
+ - package: |
+ cd harvey/_build
+ tar cvzf harvey.tar.gz prod
+artifacts:
+ - harvey/_build/harvey.tar.gz