Add fontawesome download
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Tobias Reisinger 2021-06-30 16:04:20 +02:00
parent 62dae916b1
commit ae9e2d7ee5
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -10,6 +10,12 @@ steps:
pull: always pull: always
commands: commands:
- npm install - npm install
- 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 --pass stdin
- tar xzf "@fortawesome.tar.gz"
- cd /drone/reitanlage-oranienburg/
- mv "/tmp/@fortawesome" ./node_modules
- npx mix build --production - npx mix build --production
- name: prepare zip - name: prepare zip