name: Deploy on: [push] jobs: deploy: runs-on: native steps: - uses: actions/checkout@v5 - name: Copy to webroot run: rsync -av --delete ./ /srv/www/dve.hlad.org/static