www/.gitea/workflows/deploy.yaml
admin 8d4157de39
Some checks failed
Deploy ajet.fyi / Explore-Gitea-Actions (push) Failing after 0s
Update .gitea/workflows/deploy.yaml
2025-09-10 09:35:44 -09:00

11 lines
260 B
YAML

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