Another one
This commit is contained in:
@@ -36,6 +36,7 @@ jobs:
|
|||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
echo ${{ env.THIS_IS }}
|
echo ${{ env.THIS_IS }}
|
||||||
echo "Look before"
|
echo "Look before"
|
||||||
|
mkdir -p ~/.ssh
|
||||||
echo "${{ secrets.GITLAB_TOKEN }}" > ~/.ssh/gitlab_deploy_key
|
echo "${{ secrets.GITLAB_TOKEN }}" > ~/.ssh/gitlab_deploy_key
|
||||||
chmod 600 ~/.ssh/gitlab_deploy_key
|
chmod 600 ~/.ssh/gitlab_deploy_key
|
||||||
ssh-add ~/.ssh/gitlab_deploy_key
|
ssh-add ~/.ssh/gitlab_deploy_key
|
||||||
|
|||||||
Reference in New Issue
Block a user