add some debug output
This commit is contained in:
parent
932103545d
commit
d007a9dee7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-server.yml
vendored
1
.github/workflows/update-server.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
for file in docker-compose.*.yml; do
|
||||
DC_ARGS="-f $file "
|
||||
done
|
||||
echo $DC_ARGS
|
||||
docker-compose $DC_ARGS config -q
|
||||
deploy:
|
||||
name: deploy the config on the server
|
||||
|
|
Reference in a new issue