Add .forgejo/actions/deploy.yml
This commit is contained in:
parent
f2ce731e0a
commit
0977e0cdc4
1 changed files with 8 additions and 0 deletions
8
.forgejo/actions/deploy.yml
Normal file
8
.forgejo/actions/deploy.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: selfhosted
|
||||
steps:
|
||||
- run: podman run -it -v .:/site:z quay.io/aspr/phlexite:latest
|
||||
- run: cp -r _build/* /srv/biocircuits/
|
Loading…
Add table
Add a link
Reference in a new issue