Compare commits
6 commits
82ef563118
...
f0a2549327
Author | SHA1 | Date | |
---|---|---|---|
f0a2549327 | |||
03525dcb1f | |||
8702089fcd | |||
7644a22d67 | |||
ae9e2d7ee5 | |||
62dae916b1 |
1 changed files with 10 additions and 1 deletions
11
.drone.yml
11
.drone.yml
|
@ -8,9 +8,18 @@ steps:
|
||||||
- name: build npm
|
- name: build npm
|
||||||
image: node:16.0.0
|
image: node:16.0.0
|
||||||
pull: always
|
pull: always
|
||||||
|
environment:
|
||||||
|
PASS:
|
||||||
|
from_secret: fontawesome_password
|
||||||
commands:
|
commands:
|
||||||
|
- 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 -k $PASS
|
||||||
|
- tar xzf "@fortawesome.tar.gz"
|
||||||
|
- cd /drone/reitanlage-oranienburg/
|
||||||
- npm install
|
- npm install
|
||||||
- npx mix install --production
|
- mv "/tmp/@fortawesome" ./node_modules
|
||||||
|
- npx mix build --production
|
||||||
|
|
||||||
- name: prepare zip
|
- name: prepare zip
|
||||||
image: bash
|
image: bash
|
||||||
|
|
Loading…
Reference in a new issue