www/.gitea/workflows/deploy.yaml
Adam Jeniski 2654c7a4bb
All checks were successful
Deploy ajet.fyi / Explore-Gitea-Actions (push) Successful in 1s
Update .gitea/workflows/deploy.yaml
2025-09-10 10:26:14 -09:00

14 lines
292 B
YAML

name: Deploy ajet.fyi
run-name: ${{ gitea.actor }} is deploying ajet.fyi
on:
push:
branches:
- main
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: curl http://192.168.1.45:47331 -d '{"project":"www"}' -v
- run: echo 'deploy complete ✅'