소스 검색

Couple tweeks to drone deploys

Colin Powell 2 년 전
부모
커밋
2d50964971
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .drone.yml

+ 2 - 1
.drone.yml

@@ -33,11 +33,12 @@ steps:
         from_secret: ssh_key
       command_timeout: 2m
       script:
-        - pip uninstall -y -r vrobbler
+        - pip uninstall -y vrobbler
         - pip install git+https://code.unbl.ink/secstate/vrobbler.git@main
         - vrobbler migrate
         - vrobbler collectstatic --noinput
         - immortalctl restart celery && immortalctl restart vrobbler
+        - service immortaldir restart
 volumes:
   - name: docker
     host: