Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cecile Cavet
test-ci
Commits
8a25d6af
Commit
8a25d6af
authored
Oct 08, 2018
by
Cecile Cavet
Browse files
Update .gitlab-ci.yml
parent
34f68a1f
Pipeline
#17434
failed with stage
in 2 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-3
No files found.
.gitlab-ci.yml
View file @
8a25d6af
...
@@ -7,9 +7,7 @@ deploy_prod:
...
@@ -7,9 +7,7 @@ deploy_prod:
-
yum install -y openssh-clients
-
yum install -y openssh-clients
-
eval $(ssh-agent -s)
-
eval $(ssh-agent -s)
-
echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
-
echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
-
mkdir -p ~/.ssh
-
scp -o stricthostkeychecking=no -r test cavet@134.158.244.5:ldc_git
-
chmod 700 ~/.ssh
-
scp -o stricthostkeychecking=no -r test cavet@134.158.74.72:ldc_git
only
:
only
:
-
master
-
master
...
...
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