From 62f6890b3ccfdf81761c0854a70ce22a979a1099 Mon Sep 17 00:00:00 2001 From: ajet Date: Wed, 10 Sep 2025 09:31:31 -0900 Subject: [PATCH] add CI/CD --- .gitea/workflows/deploy.yaml | 9 +++++++++ start.sh | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 .gitea/workflows/deploy.yaml create mode 100755 start.sh diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 0000000..1432886 --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -0,0 +1,9 @@ +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"}' diff --git a/start.sh b/start.sh new file mode 100755 index 0000000..b825b0b --- /dev/null +++ b/start.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh +cd ~/repos/www +clj -M -m ajet.www.core