diff --git a/.drone.yml b/.woodpecker.yaml similarity index 67% rename from .drone.yml rename to .woodpecker.yaml index e7a3139..d539091 100644 --- a/.drone.yml +++ b/.woodpecker.yaml @@ -1,13 +1,9 @@ -kind: pipeline -type: docker -name: default - -platform: - os: linux - arch: amd64 +when: + - event: push + branch: test steps: -- name: build and deploy +- name: build image: plugins/docker settings: dockerfile: Dockerfile @@ -18,6 +14,3 @@ steps: password: from_secret: registreu_spassword tags: latest - -node: - saces: saces