Fix leak
All checks were successful
Deploy to Fighter / Deploy-to-Fighter (push) Successful in 4s

This commit is contained in:
Joey Hafner 2024-02-13 12:55:59 -08:00
parent 32523eedba
commit 2e08c847ce

View File

@ -23,6 +23,8 @@ jobs:
key: ${{ secrets.SSH_KEY_DEPLOY_TO_FIGHTER }}
script: |
for stack in /home/$USER/homelab/fighter/config/*
do cd $stack && docker compose config
do cd $stack &&
echo "===== Validating $(basename $PWD) =====" &&
docker compose config > /dev/null
done