diff --git a/.drone.yml b/.drone.yml
index 538189a..048dfec 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -10,6 +10,12 @@ steps:
   pull: always
   commands:
     - 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
 
 - name: prepare zip