This commit is contained in:
Joey Hafner 2024-02-13 12:55:59 -08:00
parent 4761e98019
commit ca054dc0bb

View File

@ -23,6 +23,8 @@ jobs:
key: ${{ secrets.SSH_KEY_DEPLOY_TO_FIGHTER }} key: ${{ secrets.SSH_KEY_DEPLOY_TO_FIGHTER }}
script: | script: |
for stack in /home/$USER/homelab/fighter/config/* 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 done