pls work
All checks were successful
update neo with compose files / validate the new configuration (push) Successful in 29s
update neo with compose files / deploy the config on the server (push) Successful in 4s

This commit is contained in:
Didier Slof 2023-04-30 21:16:50 +02:00
parent d007a9dee7
commit 343be62fc5

View file

@ -14,6 +14,8 @@ jobs:
- name: validate files - name: validate files
run: | run: |
set -e set -e
ls ${{github.workspace}}
ls .
DC_ARGS="" DC_ARGS=""
for file in docker-compose.*.yml; do for file in docker-compose.*.yml; do
DC_ARGS="-f $file " DC_ARGS="-f $file "