diff --git a/.drone.yml b/.woodpecker.yml similarity index 82% rename from .drone.yml rename to .woodpecker.yml index 8a6680d..33c93dd 100644 --- a/.drone.yml +++ b/.woodpecker.yml @@ -1,10 +1,4 @@ -kind: pipeline -type: docker -name: Build - -platform: - os: linux - arch: arm64 +platform: linux/arm64 steps: - name: Build and deploy site @@ -17,6 +11,5 @@ steps: GITEA_TOKEN: from_secret: GITEA_TOKEN -trigger: - event: [push] - branch: [main] +branches: + - main \ No newline at end of file