polsevev.dev/.forgejo/workflows/deploy.yaml
polsevev 84585ca242
Some checks failed
/ build (push) Has been cancelled
Forgot to actually join to tailscale network
2024-10-26 12:22:09 +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/