Skip to content

Commit

Permalink
Merge pull request #46 from balena-io-examples/vipul/add-flowzone
Browse files Browse the repository at this point in the history
Replace balenaCI with flowzone
  • Loading branch information
bulldozer-balena[bot] committed Nov 7, 2022
2 parents 134c100 + c098aae commit afa45bf
Show file tree
Hide file tree
Showing 2 changed files with 649 additions and 105 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: balena_io_examples/balena-nodejs-hello-world

0 comments on commit afa45bf

Please sign in to comment.