Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Tecnonucleous
Tecnonucleous Bot
Commits
1b7a9617
Commit
1b7a9617
authored
Oct 31, 2019
by
Daniel Pérez Fernández
🕶
Browse files
Minor changes
parent
76775984
Pipeline
#92945921
failed with stage
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.gitlab-ci.yml
.gitlab-ci.yml
+2
-3
No files found.
.gitlab-ci.yml
View file @
1b7a9617
...
...
@@ -22,9 +22,8 @@ deploy:
-
mkdir -p ~/.ssh
# Add deploy key to ssh directory
# Add deploy key to ssh directory
-
echo "$DEPLOY_KEY" | tr -d '\r' > ~/.ssh/id_rsa
-
chmod 600 ~/.ssh/id_rsa
-
ssh-add ~/.ssh/id_rsa
-
echo "$DEPLOY_KEY" | tr -d '\r' | ssh-add - > /dev/null
-
chmod 700 ~/.ssh/id_rsa
-
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment