Fix npm install for fontawesome
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
0b27cb40e5
commit
233f7a8f6f
4 changed files with 24 additions and 9 deletions
|
|
@ -12,13 +12,10 @@ steps:
|
|||
PASS:
|
||||
from_secret: fontawesome_password
|
||||
commands:
|
||||
- cd /tmp
|
||||
- curl -O "http://public.serguzim.me.sos-de-fra-1.exo.io/@fortawesome.tar.gz.enc"
|
||||
- openssl enc -aes256 -pbkdf2 -out "@fortawesome.tar.gz" -in "@fortawesome.tar.gz.enc" -d -k $PASS
|
||||
- tar xzf "@fortawesome.tar.gz"
|
||||
- cd /drone/reitanlage-oranienburg/
|
||||
- npm install
|
||||
- mv "/tmp/@fortawesome" ./node_modules
|
||||
- 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
|
||||
- npx mix build --production
|
||||
|
||||
- name: prepare zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue