ci
All checks were successful
Deploy ${{ gitea.repository }} / build (push) Successful in 1s

This commit is contained in:
root 2025-10-04 15:39:53 +00:00
parent ecdbf8f9ca
commit deb9948cf8

View File

@ -1,13 +1,11 @@
name: Deploy ajet.fyi
run-name: ${{ gitea.actor }} is deploying ajet.fyi
name: Deploy ${{ gitea.repository }}
run-name: ${{ gitea.actor }} is deploying ajet.fyi ${{ gitea.repository }}
on:
push:
branches:
- main
jobs:
Explore-Gitea-Actions:
build:
runs-on: ubuntu-latest
steps:
- run: curl http://192.168.1.45:47331 -d '{"project":"www"}' -v
- run: echo 'deploy complete ✅'
- run: "curl https://service-manager.ajet.fyi/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}'"