Skip to content

Instantly share code, notes, and snippets.

View jensmeindertsma's full-sized avatar
🌲
int vsf_sysutil_extra();

Jens Meindertsma jensmeindertsma

🌲
int vsf_sysutil_extra();
View GitHub Profile
@jensmeindertsma
jensmeindertsma / deploy.yml
Last active May 1, 2025 07:31
Make sure `github` user has sudo permissions: `github ALL=(ALL) NOPASSWD: /bin/bash /home/github/redeploy.sh*`.
name: deploy
on:
push:
branches: main
jobs:
push:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4