add ci/cd
Some checks failed
Deploy ajet.fyi / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
Adam Jeniski 2025-09-10 10:41:59 -09:00
parent 25182cd72f
commit b522a8cede

View File

@ -0,0 +1,13 @@
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":"deploy-me", "service":"deploy-me"}' -v
- run: echo 'deploy complete ✅'