Fix password for openssl 3
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Tobias Reisinger 2021-06-30 16:18:08 +02:00
parent 8702089fcd
commit 03525dcb1f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -14,7 +14,7 @@ steps:
commands: commands:
- cd /tmp - cd /tmp
- curl -O "http://public.serguzim.me.sos-de-fra-1.exo.io/@fortawesome.tar.gz.enc" - 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} - openssl enc -aes256 -pbkdf2 -out "@fortawesome.tar.gz" -in "@fortawesome.tar.gz.enc" -d -k $PASS
- tar xzf "@fortawesome.tar.gz" - tar xzf "@fortawesome.tar.gz"
- cd /drone/reitanlage-oranienburg/ - cd /drone/reitanlage-oranienburg/
- npm install - npm install