diff --git a/.gitea/workflows/deploy-new.yml b/.gitea/workflows/deploy-new.yml index d5223a5..2e76909 100644 --- a/.gitea/workflows/deploy-new.yml +++ b/.gitea/workflows/deploy-new.yml @@ -15,7 +15,7 @@ jobs: # install the libraries required for your bot command: | pip install -r requirements.txt - host: localhost + host: 127.0.0.1 user: root key: ${{ secrets.SSH_PRIVATE_KEY }} @@ -27,7 +27,7 @@ jobs: uses: https://github.com/wlixcc/SFTP-Deploy-Action@v1.2.1 with: username: root - server: #127.0.0.1 + server: 127.0.0.1 port: 22 ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} # clones entire github repo