This commit is contained in:
parent
7644a22d67
commit
8702089fcd
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@ steps:
|
|||
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"
|
||||
- echo ${PASS} | openssl enc -aes256 -pbkdf2 -out "@fortawesome.tar.gz" -in "@fortawesome.tar.gz.enc" -d --pass stdin
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue