ci: update config
This commit is contained in:
parent
706042ef7e
commit
26693178bc
@ -3,7 +3,7 @@ name: CI
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
Deploy:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -13,5 +13,5 @@ jobs:
|
|||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy with Docker
|
||||||
run: docker compose up --build -d
|
run: docker compose up --build -d
|
||||||
|
Loading…
Reference in New Issue
Block a user