From a1af192397b027fc976a08840ca7293f3eef27c0 Mon Sep 17 00:00:00 2001 From: Mifarse Date: Sat, 30 Oct 2021 02:03:25 +0300 Subject: [PATCH] deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 79328be..699723b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Connect to Yandex Cloud on my own - - run: | + run: | set -eu mkdir "$HOME/.ssh" echo "${{ secrets.key }}" > "$HOME/.ssh/key"