diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b5e6e2f..0b72aed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,4 +16,5 @@ jobs: run: | docker compose down || true docker compose build - docker compose up -d \ No newline at end of file + docker compose up -d + \ No newline at end of file