second try
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 5s

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

View file

@ -6,13 +6,14 @@ jobs:
name: validate the new configuration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install packages
run: |
apt update -y
apt install -y docker-compose
- uses: actions/checkout@v3
- name: validate files
run: |
set -e
DC_ARGS=""
for file in docker-compose.*.yml; do
DC_ARGS="-f $file "