Replaced .github workflow with gitea workflow
Some checks failed
Build & test / build (push) Failing after 5s
Some checks failed
Build & test / build (push) Failing after 5s
This commit is contained in:
parent
25b708a6fd
commit
8df3809a6a
@ -7,10 +7,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: Build and run
|
name: Build and run
|
||||||
runs-on: self-hosted
|
runs-on: host
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Run
|
- name: Run
|
||||||
run: docker-compose up -d --build
|
run: docker compose up -d --build
|
Loading…
x
Reference in New Issue
Block a user