Remove deployment step

This commit is contained in:
Radek Golan 2024-04-22 16:41:09 +02:00
parent ce50f1f786
commit 504a9db8f0

View File

@ -68,17 +68,6 @@ steps:
when: when:
- event: push - event: push
branch: main branch: main
- name: trigger-deployment
image: woodpeckerci/plugin-trigger
settings:
token:
from_secret: woodpecker_token
deploy: dev
repositories:
- ${CI_REPO}@${CI_PIPELINE_NUMBER}
when:
- event: push
branch: main
- name: notify - name: notify
image: dev.shielddagger.com/infra/discord-notifier image: dev.shielddagger.com/infra/discord-notifier
failure: ignore failure: ignore