Compare commits

..

No commits in common. "f0a25493275f8fef18175afa8efd01850f7a5cf6" and "82ef56311828f05f831ff55b6f0923bab19f9f4c" have entirely different histories.

View file

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