diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1bf8b83..ec24716 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,8 +16,8 @@ jobs: steps: - run: systemctl stop nginx - - run: killall node - - run: docker container kill $(docker container ls -q) + # - run: killall node + # - run: docker container kill $(docker container ls -q) - name: Increase swapfile run: |