Compare commits
No commits in common. "f0a25493275f8fef18175afa8efd01850f7a5cf6" and "82ef56311828f05f831ff55b6f0923bab19f9f4c" have entirely different histories.
f0a2549327
...
82ef563118
1 changed files with 1 additions and 10 deletions
11
.drone.yml
11
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue