Skip to content

Commit c939c8c

Browse files
author
Layko Andrey
committed
some
1 parent aaaf238 commit c939c8c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,8 @@ jobs:
143143
run: |
144144
sudo apt install openssh-client
145145
sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
146+
eval $(ssh-agent -s)
147+
echo "${{ secrets.SPRINT_DEPLOY_SSH_KEY }}" | tr -d '\r' | ssh-add - > /dev/null
148+
mkdir -p ~/.ssh
149+
chmod 700 ~/.ssh
146150

0 commit comments

Comments
 (0)