diff --git a/.gitea/workflows/deploy-new.yml b/.gitea/workflows/deploy-new.yml index d2614d4..ad84712 100644 --- a/.gitea/workflows/deploy-new.yml +++ b/.gitea/workflows/deploy-new.yml @@ -15,6 +15,7 @@ jobs: # install the libraries required for your bot command: | pip install -r requirements.txt + ping -c1 172.17.0.1 host: 172.17.0.1 user: root pass: ${{ secrets.SSH_PRIVATE_KEY }}