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
|
- public.example.com
|
||||||
- authelia.example.com
|
- authelia.example.com
|
||||||
- admin.example.com
|
- admin.example.com
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g npm@'>=2.13.5'
|
- npm install -g npm@'>=2.13.5'
|
||||||
|
- pushd client && npm install && popd
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export DISPLAY=:99.0
|
- export DISPLAY=:99.0
|
||||||
- sh -e /etc/init.d/xvfb start
|
- sh -e /etc/init.d/xvfb start
|
||||||
|
@ -33,6 +36,7 @@ script:
|
||||||
- "./scripts/authelia-scripts travis"
|
- "./scripts/authelia-scripts travis"
|
||||||
after_success:
|
after_success:
|
||||||
- "./scripts/authelia-scripts publish-docker"
|
- "./scripts/authelia-scripts publish-docker"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
email: clement.michaud34@gmail.com
|
email: clement.michaud34@gmail.com
|
||||||
|
|
Loading…
Reference in New Issue
Block a user