From 26693178bc7e77e102127d10528828fabdf2e3fb Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 5 Aug 2023 14:06:57 +0800 Subject: [PATCH] ci: update config --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 98aae35..9432f97 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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