Merge remote-tracking branch 'origin/drone-test'

This commit is contained in:
Tobias Reisinger 2021-07-15 18:25:22 +02:00
commit f0a2549327
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -8,9 +8,18 @@ steps:
- name: build npm
image: node:16.0.0
pull: always
environment:
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
- npx mix install --production
- mv "/tmp/@fortawesome" ./node_modules
- npx mix build --production
- name: prepare zip
image: bash