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