diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index 892a8ee..64c8bef 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -2,25 +2,7 @@ name: update neo with compose files run-name: update on ${{ github.sha }} on: [push] jobs: - validate: - runs-on: ubuntu-latest - steps: - - name: install docker-compose - run: | - apt update -y - apt install -y \ - docker-compose - - name: check docker-compose - run: | - cd ${{ github.workspace }} - ls - DC_ARGS="" - for f in docker-compose.*.yml; do - DC_ARGS="-f $f" - done - docker-compose $DC_ARGS config update: - needs: [validate] runs-on: ubuntu-latest steps: - name: setup ssh