Colin Powell 1 год назад
Родитель
Сommit
d895cf9110
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -41,7 +41,7 @@ steps:
     when:
       branch:
       - main
-  - name: notification
+  - name: success notification
     image: parrazam/drone-ntfy
     when:
         status: [success]
@@ -53,7 +53,7 @@ steps:
         - cd
         - failure
         - vrobbler
-  - name: notification
+  - name: failure notification
     image: parrazam/drone-ntfy
     when:
         status: [failure]