Browse Source

Try fixing drone deploy step

Colin Powell 1 year ago
parent
commit
fc2b09a3b6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .drone.yml

+ 3 - 3
.drone.yml

@@ -32,10 +32,10 @@ steps:
         from_secret: ssh_key
       command_timeout: 2m
       script:
-        - pip uninstall -y emus_web
+        - pip uninstall -y emus-web
         - pip install git+https://code.unbl.ink/secstate/emus.git@main
-        - emus_web migrate
-        - emus_web collectstatic --noinput
+        - emus migrate
+        - emus collectstatic --noinput
         - immortalctl restart emus
     when:
       branch: