Skip to content

Add explosion if mine explodes #2

Add explosion if mine explodes

Add explosion if mine explodes #2

Workflow file for this run

name: Deploy to Raspberry Pi
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up SSH key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Deploy to Raspberry Pi
run: |
ssh -o StrictHostKeyChecking=no ubre@smallfish "cd /home/ubre/Desktop/Fishley/ && git pull && sudo systemctl restart fishley.service"