ci: update config
This commit is contained in:
parent
cc32466cef
commit
f5cb0b486a
@ -8,5 +8,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: docker
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
|
||||
- name: Deploy
|
||||
run: docker compose up --build -d
|
||||
|
Loading…
Reference in New Issue
Block a user