ci: update deploy command
Some checks failed
CI / deploy (push) Has been cancelled

This commit is contained in:
thehrz 2024-08-19 17:58:49 +08:00
parent 784143252e
commit 954fdad5ab
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -21,5 +21,5 @@ jobs:
run: curl -fsSL https://get.docker.com | sh run: curl -fsSL https://get.docker.com | sh
- name: Deploy with Docker - name: Deploy with Docker
run: docker compose up --build -d run: docker compose up --force-recreate -d