From ff543281a9221970292e1f51723708dca3795941 Mon Sep 17 00:00:00 2001 From: Mifarse Date: Sat, 18 Dec 2021 14:42:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D1=83=D0=BF?= =?UTF-8?q?=D0=BE=D0=BC=D0=B8=D0=BD=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=8F=D0=BD?= =?UTF-8?q?=D0=B4=D0=B5=D0=BA=D1=81=20=D0=BE=D0=B1=D0=BB=D0=B0=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=B8=D0=B7=20=D0=BF=D0=B0=D0=B9=D0=BF=D0=BB=D0=B0=D0=B9?= =?UTF-8?q?=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 04de7ab..f19b733 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: deploy-to-Yandex-Cloud +name: 📦-deploy on: workflow_dispatch: @@ -14,12 +14,12 @@ jobs: with: ssh-private-key: ${{ secrets.KEY }} - - name: Set up keys for Yandex Cloud + - name: Set up keys for the server run: | echo "${{ secrets.key }}" > "$HOME/key" chmod 600 "$HOME/key" - - name: Deploy bot at Yandex Cloud + - name: Deploy bot at the server run: ssh -i $HOME/key carolyn@${{ secrets.HOST }} -o StrictHostKeyChecking=no '