Compare commits

..

1 Commits

Author SHA1 Message Date
c555022ea7 use elixir 1.13.4
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-19 20:23:31 -04:00

View File

@ -21,10 +21,14 @@ steps:
TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test
HOST: testing.example.tld
commands:
- apk add --no-cache build-base npm git python3
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
- npm install --prefix assets
- mix deps.compile
- npm --prefix ./assets ci --progress=false --no-audit --loglevel=error
- npm run --prefix ./assets deploy
- mix do phx.digest, gettext.extract
- mix test
- name: build and publish stable