parent
b1a10262d5
commit
ae397c0d6a
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/deploy.yml
Normal file
11
.forgejo/workflows/deploy.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue