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