Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
753706b9
Commit
753706b9
authored
Oct 02, 2017
by
Sascha Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'assets' into 'develop'
ensure root .ssh directory exists See merge request
!238
parents
ec070a4f
d39f3408
Pipeline
#2399
failed with stages
in 2 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
No files found.
.gitlab-ci.yml
View file @
753706b9
...
...
@@ -49,6 +49,7 @@ layout:
stage
:
deploy
before_script
:
-
apk add openssh-client bash --no-cache
-
mkdir -p /root/.ssh/
-
eval $(ssh-agent -s)
-
echo "$SSH_PRIVATE_KEY_STAGE" | ssh-add -
-
echo "$SSH_PRIVATE_KEY_PRODUCTION" | ssh-add -
...
...
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