This commit is contained in:
parent
62dae916b1
commit
ae9e2d7ee5
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ steps:
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- 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
|
||||||
|
- tar xzf "@fortawesome.tar.gz"
|
||||||
|
- cd /drone/reitanlage-oranienburg/
|
||||||
|
- mv "/tmp/@fortawesome" ./node_modules
|
||||||
- npx mix build --production
|
- npx mix build --production
|
||||||
|
|
||||||
- name: prepare zip
|
- name: prepare zip
|
||||||
|
|
Loading…
Reference in a new issue