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 2 additions and 2 deletions
|
@ -12,10 +12,9 @@ steps:
|
||||||
PASS:
|
PASS:
|
||||||
from_secret: fontawesome_password
|
from_secret: fontawesome_password
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
|
||||||
- curl -O "http://public.serguzim.me.sos-de-fra-1.exo.io/fontawesome-pro.tar.gz.enc"
|
- 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
|
- 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
|
- npx mix build --production
|
||||||
|
|
||||||
- name: prepare zip
|
- name: prepare zip
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ node_modules/
|
||||||
grav/
|
grav/
|
||||||
|
|
||||||
fontawesome-pro.tar.gz
|
fontawesome-pro.tar.gz
|
||||||
|
fontawesome-pro.tar.gz.enc
|
||||||
|
|
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
Loading…
Reference in a new issue