diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 31d6c04..8625cea 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -34,7 +34,4 @@ jobs: chmod 600 "$HOME/.ssh/id_rsa" - name: Отправляем код на сервер - run: | - ls -la - pwd - # scp -i $HOME/.ssh/id_rsa -o StrictHostKeyChecking=no -r dist/* ${{ secrets.DEPLOY_SERVER_INFO }} + run: scp -i $HOME/.ssh/id_rsa -o StrictHostKeyChecking=no -r /home/runner/work/how-to-learn/* ${{ secrets.DEPLOY_SERVER_INFO }}