chore: switch to woodpecker for CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Ashhhleyyy 2023-08-02 18:05:46 +01:00
parent f9859d7eca
commit 541d0ae4d8
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -1,12 +1,6 @@
kind: pipeline
type: docker
name: Build
platform: linux/arm64
platform:
os: linux
arch: arm64
steps:
pipeline:
# - name: Install dependencies
# image: node:16-alpine
# commands:
@ -20,14 +14,13 @@ steps:
# image: node-pnpm:16-alpine
# commands:
# - pnpm lint
- name: Build app
build:
image: node:16-alpine
commands:
- apk add git ca-certificates
- npx eas-cli build --platform android --non-interactive --profile preview
environment:
EXPO_TOKEN:
from_secret: EAS_TOKEN
secrets:
- eas_token
trigger:
event: [push]