diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml new file mode 100644 index 0000000..bcdb0cf --- /dev/null +++ b/.forgejo/workflows/deploy.yml @@ -0,0 +1,11 @@ +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