Explorar el Código

Only deploy from main branch

Colin Powell hace 2 años
padre
commit
524e6b0027
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      .drone.yml

+ 4 - 1
.drone.yml

@@ -31,13 +31,16 @@ steps:
       username: root
       ssh_key:
         from_secret: ssh_key
-      command_timeout: 3m
+      command_timeout: 2m
       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
+    when:
+      branch:
+      - main
 volumes:
   - name: docker
     host: