This commit is contained in:
parent
ecdbf8f9ca
commit
deb9948cf8
@ -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 ✅'
|
|
||||||
Loading…
x
Reference in New Issue
Block a user