add CI/CD
All checks were successful
Deploy ajet.fyi / Explore-Gitea-Actions (push) Successful in 2s
All checks were successful
Deploy ajet.fyi / Explore-Gitea-Actions (push) Successful in 2s
This commit is contained in:
parent
58c4c972c6
commit
62f6890b3c
9
.gitea/workflows/deploy.yaml
Normal file
9
.gitea/workflows/deploy.yaml
Normal 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"}'
|
Loading…
x
Reference in New Issue
Block a user