mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Install client NPM modules.
This commit is contained in:
parent
923f1dc0cf
commit
afb39fc8d0
|
@ -23,8 +23,11 @@ addons:
|
|||
- public.example.com
|
||||
- authelia.example.com
|
||||
- admin.example.com
|
||||
|
||||
before_install:
|
||||
- npm install -g npm@'>=2.13.5'
|
||||
- pushd client && npm install && popd
|
||||
|
||||
before_script:
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
|
@ -33,6 +36,7 @@ script:
|
|||
- "./scripts/authelia-scripts travis"
|
||||
after_success:
|
||||
- "./scripts/authelia-scripts publish-docker"
|
||||
|
||||
deploy:
|
||||
provider: npm
|
||||
email: clement.michaud34@gmail.com
|
||||
|
|
Loading…
Reference in New Issue
Block a user