CI/CD build apk (#5)
All checks were successful
/ mirror (push) Successful in 4s
/ deploy (push) Successful in 35s

Reviewed-on: #5
Co-authored-by: ange <ange@yw5n.com>
Co-committed-by: ange <ange@yw5n.com>
This commit is contained in:
ange 2025-02-17 09:29:24 +00:00 committed by stcb
parent ecf4ea16d8
commit 23c1839e7b
3 changed files with 20 additions and 6 deletions

17
.gitea/workflows/apk.yaml Normal file
View File

@ -0,0 +1,17 @@
on:
push:
paths:
- dialer/**
jobs:
build:
runs-on: debian
steps:
- uses: actions/checkout@v1
with:
subpath: dialer/
- uses: icing/flutter@main
- uses: actions/upload-artifact@v1
with:
name: icing-dialer-${{ gitea.ref_name }}-${{ gitea.run_id }}.apk
path: build/app/outputs/flutter-apk/app-release.apk

View File

@ -6,11 +6,10 @@ on:
jobs:
deploy:
runs-on: debian
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v1
with:
subpath: website/
- name: setup env
run: |
. ./.env || true
@ -29,10 +28,8 @@ jobs:
- uses: actions/kaniko@v1
with:
password: "${{ secrets.PKGRW }}"
dockerfile: website/Dockerfile
- uses: actions/k8sdeploy@v1
with:
kubeconfig: "${{ secrets.K8S }}"
registry_password: "${{ secrets.PKGRW }}"
workdir: website

View File

@ -2,4 +2,4 @@
branch="$(git describe --contains --all HEAD)"
xdg-open "https://$branch.g-eip-700-tls-7-1-eip-stephane.corbiere.icing.k8s.gmoker.com"
xdg-open "https://$branch.monorepo.icing.k8s.gmoker.com"