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
1fa8e3c5
Unverified
Commit
1fa8e3c5
authored
Mar 09, 2017
by
Sascha Marcel Schmidt
Browse files
removes unnecessary known hosts stuff
parent
6ceeae15
Pipeline
#91
passed with stages
in 1 minute and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1fa8e3c5
...
...
@@ -27,11 +27,9 @@ build:
.deploy-template
:
&deploy_template
stage
:
deploy
script
:
-
apk add openssh-client
--update
-
apk add openssh-client
-
eval $(ssh-agent -s)
-
echo "$SSH_PRIVATE_KEY" | ssh-add -
-
mkdir -p $HOME/.ssh
-
echo "$KNOWN_HOSTS" >> $HOME/.ssh/known_hosts
-
./.gitlab-ci/scripts/deployer.sh -f/src/.gitlab-ci/deployer/deploy.php deploy ${CI_BUILD_REF_NAME}
when
:
manual
...
...
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