Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
adding flowzone CI files
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn Joffray <nucleardreamer@gmail.com>
  • Loading branch information
nucleardreamer committed Nov 16, 2022
1 parent f5d16e6 commit 97ffe22
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Flowzone

on:
pull_request:
types: [opened, synchronize, closed]
branches:
- "main"
- "master"

jobs:
flowzone:
name: Flowzone
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
secrets: inherit
with:
balena_slugs: 'balenalabs/balena-cam'
2 changes: 1 addition & 1 deletion balena.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: balenaCam
name: balena-cam
type: sw.application
description: Network Camera with Raspberry Pi and WebRTC.
assets:
Expand Down
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '2'
services:
balena-cam:
build: ./balena-cam
privileged: true
restart: always
network_mode: "host"
labels:
io.balena.features.kernel-modules: '1'
balena-cam:
build: ./balena-cam
privileged: true
restart: always
network_mode: "host"
labels:
io.balena.features.kernel-modules: '1'

0 comments on commit 97ffe22

Please sign in to comment.