Fix npm install for fontawesome for real
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
233f7a8f6f
commit
6811d84242
3 changed files with 3 additions and 3 deletions
|
|
@ -12,10 +12,9 @@ steps:
|
|||
PASS:
|
||||
from_secret: fontawesome_password
|
||||
commands:
|
||||
- npm install
|
||||
- curl -O "http://public.serguzim.me.sos-de-fra-1.exo.io/fontawesome-pro.tar.gz.enc"
|
||||
- openssl enc -aes256 -pbkdf2 -out "fontawesome-pro.tar.gz" -in "fontawesome-pro.tar.gz.enc" -d -k $PASS
|
||||
- npm install fontawesome-pro.tar.gz
|
||||
- npm install
|
||||
- npx mix build --production
|
||||
|
||||
- name: prepare zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue