do submodules!!
Some checks failed
update neo with compose files / validate the new configuration (push) Failing after 55s
update neo with compose files / deploy the config on the server (push) Has been skipped
update neo with compose files / notify after actions (push) Successful in 2s

This commit is contained in:
Didier Slof 2023-04-30 21:35:15 +02:00
parent 1dac27b142
commit b01e025919

View file

@ -11,6 +11,9 @@ jobs:
apt update -y
apt install -y docker-compose
- uses: actions/checkout@v3
with:
submodules: true
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: validate files
run: |
set -e