cicd 6
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1m19s

This commit is contained in:
Gal Podlipnik 2025-06-12 16:34:19 +02:00
parent 5611ee1421
commit e3ae7dc422

View File

@ -113,6 +113,9 @@ jobs:
# Copy environment file
echo "${{ secrets.ENV_CONTENT }}" > .env
# Login to Harbor registry
echo "${{ secrets.HARBOR_PASSWORD }}" | docker login harbor.galpodlipnik.com -u "${{ secrets.HARBOR_USERNAME }}" --password-stdin
# Pull latest images and deploy
docker compose pull
docker compose down