Remove redundant Docker login command from deployment script
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 4s

This commit is contained in:
Nik Afiq 2026-03-10 00:34:01 +09:00
parent 6f55ccc442
commit d4f25a0e1d

View File

@ -48,6 +48,5 @@ jobs:
${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }} \
"export PATH=/usr/local/bin:/opt/homebrew/bin:\$PATH && \
cd ~/repo/watch-party && \
docker login gitea.home.arpa -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }} && \
docker compose pull && \
docker compose up -d"