deploy
Some checks failed
Deploy / deploy (push) Failing after 27s

This commit is contained in:
hlad 2026-05-03 08:29:31 +02:00
parent b1a10262d5
commit ae397c0d6a

View file

@ -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