Fix missing newline at end of file in CI workflow
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 0s

This commit is contained in:
Nik Afiq 2026-03-10 00:03:55 +09:00
parent f87a430bbe
commit 57db6afc1f

View File

@ -49,4 +49,4 @@ jobs:
"cd ~/repo/watch-party && \
docker login gitea.home.arpa -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }} && \
docker compose pull && \
docker compose up -d"
docker compose up -d"