Browse Source
Revert "Handle dependencies for notifications"
This reverts commit b4b5d32780
.
Actually, this is not required since it is all the same pipeline.
pull/58/head
Luke Murphy
3 months ago
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
2 additions and
3 deletions
-
.drone.yml
|
|
@ -2,7 +2,7 @@ |
|
|
|
kind: pipeline |
|
|
|
name: deploy to swarm.autonomic.zone |
|
|
|
steps: |
|
|
|
- name: bundle |
|
|
|
- name: bundle static |
|
|
|
image: plugins/docker |
|
|
|
settings: |
|
|
|
username: |
|
|
@ -12,7 +12,7 @@ steps: |
|
|
|
repo: decentral1se/autonomic.zone |
|
|
|
tags: latest |
|
|
|
|
|
|
|
- name: deploy |
|
|
|
- name: deployment |
|
|
|
image: decentral1se/stack-ssh-deploy:latest |
|
|
|
settings: |
|
|
|
stack: jekyll |
|
|
@ -22,7 +22,6 @@ steps: |
|
|
|
|
|
|
|
- name: notify rocket chat |
|
|
|
image: plugins/slack |
|
|
|
depends_on: ["bundle", "deploy"], |
|
|
|
settings: |
|
|
|
webhook: |
|
|
|
from_secret: rc_builds_url |
|
|
|