Remove redundant Docker login command from deployment script
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 4s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 4s
This commit is contained in:
parent
6f55ccc442
commit
d4f25a0e1d
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user