Fix password for openssl 3
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
8702089fcd
commit
03525dcb1f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue