add CI/CD
All checks were successful
Deploy ajet.fyi / Explore-Gitea-Actions (push) Successful in 2s

This commit is contained in:
Adam Jeniski 2025-09-10 09:31:31 -09:00
parent 58c4c972c6
commit 62f6890b3c
2 changed files with 12 additions and 0 deletions

View File

@ -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"}'

3
start.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
cd ~/repos/www
clj -M -m ajet.www.core