deploy
Some checks failed
Build & Deploy KLZ Cables / build-and-deploy (push) Failing after 3m19s

This commit is contained in:
2026-01-26 01:03:16 +01:00
parent f1c64f000c
commit 888b46eed0

View File

@@ -52,9 +52,9 @@ jobs:
echo "REDIS_KEY_PREFIX=${{ secrets.REDIS_KEY_PREFIX }}" >> .env.remote
# Copy .env file to remote server
scp -o StrictHostKeyChecking=accept-new .env.remote deploy@alpha.mintel.me:/home/deploy/sites/klz-cables.com/.env
scp -o StrictHostKeyChecking=accept-new -i ~/.ssh/id_ed25519 .env.remote deploy@alpha.mintel.me:/home/deploy/sites/klz-cables.com/.env
ssh -o StrictHostKeyChecking=accept-new deploy@alpha.mintel.me << 'EOF'
ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/id_ed25519 deploy@alpha.mintel.me << 'EOF'
docker login registry.infra.mintel.me \
-u "${{ secrets.REGISTRY_USER }}" \
-p "${{ secrets.REGISTRY_PASS }}"