diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index 9dfae87..a3e70b0 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -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