ci: update deploy command
Some checks failed
CI / deploy (push) Failing after 2m50s

This commit is contained in:
thehrz 2024-08-19 18:02:50 +08:00
parent a18c2e34f4
commit 05e5975a7e
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

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