add some debug output
All checks were successful
update neo with compose files / validate the new configuration (push) Successful in 28s
update neo with compose files / deploy the config on the server (push) Successful in 5s

This commit is contained in:
Didier Slof 2023-04-30 21:14:59 +02:00
parent 932103545d
commit d007a9dee7

View file

@ -18,6 +18,7 @@ jobs:
for file in docker-compose.*.yml; do for file in docker-compose.*.yml; do
DC_ARGS="-f $file " DC_ARGS="-f $file "
done done
echo $DC_ARGS
docker-compose $DC_ARGS config -q docker-compose $DC_ARGS config -q
deploy: deploy:
name: deploy the config on the server name: deploy the config on the server