diff --git a/.gitea/workflows/deploy-new.yml b/.gitea/workflows/deploy-new.yml index 0cef623..96351d9 100644 --- a/.gitea/workflows/deploy-new.yml +++ b/.gitea/workflows/deploy-new.yml @@ -34,7 +34,7 @@ jobs: # clones entire github repo local_path: ./* # destination of the code on the server - remote_path: /home/admin/${{ env.REPO_NAME }}/ + remote_path: /home/binlab/${{ env.REPO_NAME }}/ password: ${{ secrets.KEY }} ssh_private_key: ignored