Skip to content

Commit

Permalink
ci: Deploy to gnome-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed May 28, 2024
1 parent 0b0a0a2 commit 50dc483
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
push:
branches: [main]
name: Deploy
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
name: "Build"
with:
bundle: re.sonny.Workbench.Devel.flatpak
manifest-path: build-aux/re.sonny.Workbench.Devel.json
cache-key: flatpak-builder-${{ github.sha }}
- uses: flatpak/flatpak-github-actions/flat-manager@v6
name: "Deploy"
with:
repository: nightly
flat-manager-url: https://flat-manager.gnome.org/
token: ${{ secrets.GNOME_NIGHTLY_TOKEN }}

0 comments on commit 50dc483

Please sign in to comment.