This commit is contained in:
FloatingGhost 2022-06-11 17:44:12 +01:00
parent 5ba0eed5ec
commit 0e0376eca4

View file

@ -19,6 +19,8 @@ pipeline:
- chmod +x scaleway-cli
- ./scaleway-cli object config install type=rclone
- echo "import Mix.Config" > config/prod.secret.exs
- mix local.hex --force
- mix local.rebar --force
- mix deps.get --only prod
- mkdir release
- export PLEROMA_BUILD_BRANCH=$CI_COMMIT_BRANCH