CI/CD build apk (#5)
Reviewed-on: #5 Co-authored-by: ange <ange@yw5n.com> Co-committed-by: ange <ange@yw5n.com>
This commit is contained in:
parent
ecf4ea16d8
commit
23c1839e7b
17
.gitea/workflows/apk.yaml
Normal file
17
.gitea/workflows/apk.yaml
Normal 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
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user