feat: update ci to use woodpecker
This commit is contained in:
parent
06fc2d1e3a
commit
89752bbdc9
1 changed files with 3 additions and 10 deletions
|
@ -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
|
Loading…
Reference in a new issue