Skip to content

Change workflow name #11

Change workflow name

Change workflow name #11

Workflow file for this run

name: Build new backend
on:
push:
branches:
- test-github-actions
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Connect to Raspberry Pi and restart the backend
uses: appleboy/[email protected]
with:
host: ${{ secrets.RASPBERRY_PI_HOST }}
username: ${{ secrets.RASPBERRY_PI_USERNAME }}
password: ${{ secrets.RASPBERRY_PI_PASSWORD }}
port: ${{ secrets.RASPBERRY_PI_PORT }}
script: ./update-backend.sh