Merge pull request #11 from dyne/license #23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2022 Dyne.org foundation | |
# SPDX-FileCopyrightText: 2022 Puria Nafisi Azizi <[email protected]> | |
# | |
# SPDX-License-Identifier: AGPL-3.0-or-later | |
name: 🚀 Baloo deploy | |
on: | |
push: | |
branches: [ "main" ] | |
jobs: | |
reuse: | |
name: 🚨 REUSE Compliance | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: fsfe/reuse-action@v1 | |
build: | |
uses: dyne/workflows/.github/workflows/node-staging-deploy.yml@main | |
secrets: inherit | |
with: | |
deploy_url: https://luigi.dyne.org |