polsevev.dev/.forgejo/workflows/deploy.yaml
polsevev 82774c08f4
Some checks failed
/ build (push) Failing after 20s
Run it!
2024-10-26 12:13:45 +02:00

10 lines
211 B
YAML

on: [push]
jobs:
build:
runs-on: ubuntu
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run build
- run: /bin/rsync -avzh ./dist ansible@polsevev:/var/www/polsevev/