ci: update config

This commit is contained in:
thehrz 2023-08-05 14:06:57 +08:00
parent 706042ef7e
commit 26693178bc
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -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