Compare commits
1 Commits
c555022ea7
...
7c5b8333a3
Author | SHA1 | Date | |
---|---|---|---|
7c5b8333a3 |
@ -21,14 +21,10 @@ steps:
|
|||||||
TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test
|
TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test
|
||||||
HOST: testing.example.tld
|
HOST: testing.example.tld
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache build-base npm git python3
|
|
||||||
- mix local.rebar --force
|
- mix local.rebar --force
|
||||||
- mix local.hex --force
|
- mix local.hex --force
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
- mix deps.compile
|
- npm install --prefix assets
|
||||||
- npm --prefix ./assets ci --progress=false --no-audit --loglevel=error
|
|
||||||
- npm run --prefix ./assets deploy
|
|
||||||
- mix do phx.digest, gettext.extract
|
|
||||||
- mix test
|
- mix test
|
||||||
|
|
||||||
- name: build and publish stable
|
- name: build and publish stable
|
||||||
|
Loading…
Reference in New Issue
Block a user