This commit is contained in:
parent
ae9e2d7ee5
commit
7644a22d67
1 changed files with 4 additions and 1 deletions
|
@ -8,11 +8,14 @@ steps:
|
|||
- name: build npm
|
||||
image: node:16.0.0
|
||||
pull: always
|
||||
environment:
|
||||
PASS:
|
||||
from_secret: fontawesome_password
|
||||
commands:
|
||||
- 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
|
||||
- echo ${PASS} | 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
|
||||
|
|
Loading…
Reference in a new issue