www/.gitea/workflows/deploy.yaml
ajet 62f6890b3c
All checks were successful
Deploy ajet.fyi / Explore-Gitea-Actions (push) Successful in 2s
add CI/CD
2025-09-10 09:31:31 -09:00

10 lines
221 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"}'