Skip to content

Added 35039-PAV_AUDIO__04a151a15227 #113

Added 35039-PAV_AUDIO__04a151a15227

Added 35039-PAV_AUDIO__04a151a15227 #113

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
fastd-verify-deploy:
name: Verify master branch and deploy changes
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Install fastd
run: sudo apt-get install fastd
- name: Verify fastd
run: |
for f in *; do
echo "checking $f..."
fastd --verify-config --config-peer "$f" || exit 1
done
shell: bash
- name: Deploy changes
run: |
curl -f -H "Secret: ${{ secrets.DEPLOYMENT_SECRET }}" https://api.marburg.freifunk.net/yolokey/deploy