Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
eb96d8a4
Unverified
Commit
eb96d8a4
authored
Mar 09, 2017
by
Sascha Marcel Schmidt
Browse files
adds quotations arround ssh key
parent
83cd67e0
Pipeline
#86
failed with stages
in 1 minute and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
eb96d8a4
...
...
@@ -29,7 +29,7 @@ deploy-master:
script
:
-
apk add openssh-client --update
-
eval $(ssh-agent -s)
-
echo $SSH_PRIVATE_KEY | ssh-add -
-
echo
"
$SSH_PRIVATE_KEY
"
| ssh-add -
-
./.gitlab-ci/scripts/deployer.sh -f/src/.gitlab-ci/deployer/deploy.php deploy master
environment
:
name
:
master
...
...
@@ -43,7 +43,7 @@ deploy-develop:
script
:
-
apk add openssh-client --update
-
eval $(ssh-agent -s)
-
echo $SSH_PRIVATE_KEY | ssh-add -
-
echo
"
$SSH_PRIVATE_KEY
"
| ssh-add -
-
./.gitlab-ci/scripts/deployer.sh -f/src/.gitlab-ci/deployer/deploy.php deploy develop
environment
:
name
:
develop
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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