From f5cb0b486ae66033005545142681f3bbcaedab3a Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 5 Aug 2023 13:26:07 +0800 Subject: [PATCH] ci: update config --- .gitea/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 985be44..64ccba1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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