Some checks failed
Deploy ${{ gitea.repository }} / build (push) Has been cancelled
11 lines
324 B
YAML
11 lines
324 B
YAML
name: Deploy ${{ gitea.repository }}
|
|
run-name: ${{ gitea.actor }} is deploying ajet.fyi ${{ gitea.repository }}
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: "curl http://100.78.238.46:8890/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}' -v" |