polsevev.dev/.forgejo/workflows/deploy.yaml
polsevev 63b4438463
All checks were successful
/ build (push) Successful in 28s
Fix keyscan
2025-03-29 19:40:04 +01:00

14 lines
302 B
YAML

on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run build
- run: ssh-keyscan hephaestus >> ~/.ssh/known_hosts
- run: /bin/rsync -avzh ./dist ansible@hephaestus:/var/www/polsevev/