added workflow for test
This commit is contained in:
25
com.angoosh.RDPConnect/.gitea/workflows/deploy.yaml
Normal file
25
com.angoosh.RDPConnect/.gitea/workflows/deploy.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
name: com.angoosh.RDPConnect deploy
|
||||||
|
run-name: ${{ gitea.actor }}
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
jobs:
|
||||||
|
flatpak:
|
||||||
|
name: "Flatpak"
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: bilelmoussaoui/flatpak-github-actions:gnome-47
|
||||||
|
options: --privileged
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
|
name: "Build"
|
||||||
|
with:
|
||||||
|
manifest-path: com.angoosh.RDPConnect.yml
|
||||||
|
cache-key: flatpak-builder-${{ gitea.sha }}
|
||||||
|
- uses: flatpak/flatpak-github-actions/flat-manager@v6
|
||||||
|
name: "Deploy"
|
||||||
|
with:
|
||||||
|
repository: stable
|
||||||
|
flat-manager-url: https://flatpak.angoosh.com
|
||||||
|
token: ${{ secrets.FLATMAN_API_TOKEN }}
|
||||||
Reference in New Issue
Block a user