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
|
platform: linux/arm64
|
||||||
type: docker
|
|
||||||
name: Build
|
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build and deploy site
|
- name: Build and deploy site
|
||||||
|
@ -17,6 +11,5 @@ steps:
|
||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
from_secret: GITEA_TOKEN
|
from_secret: GITEA_TOKEN
|
||||||
|
|
||||||
trigger:
|
branches:
|
||||||
event: [push]
|
- main
|
||||||
branch: [main]
|
|
Loading…
Reference in a new issue