Skip to content

Commit 6a67086

Browse files
author
Layko Andrey
committed
some
1 parent 33e99c2 commit 6a67086

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ jobs:
147147
echo "${{ secrets.SPRINT_DEPLOY_SSH_KEY }}" | tr -d '\r' | ssh-add - > /dev/null
148148
mkdir -p ~/.ssh
149149
chmod 700 ~/.ssh
150-
ssh-keyscan ${{ SPRINT_SERVER }} >> ~/.ssh/known_hosts
150+
ssh-keyscan ${{ secrets.SPRINT_SERVER }} >> ~/.ssh/known_hosts
151151
chmod 644 ~/.ssh/known_hosts
152-
export DOCKER_HOST="ssh://gitlab@${{ SPRINT_SERVER }}"
152+
export DOCKER_HOST="ssh://gitlab@${{ secrets.SPRINT_SERVER }}"
153153
154154
155155

0 commit comments

Comments
 (0)