소스 검색

Dont reset immortaldir on deploy

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

+ 1 - 2
.drone.yml

@@ -31,14 +31,13 @@ steps:
       username: root
       ssh_key:
         from_secret: ssh_key
-      command_timeout: 5m
+      command_timeout: 3m
       script:
         - 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: