Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
062073ff
Unverified
Commit
062073ff
authored
Mar 09, 2017
by
Sascha Marcel Schmidt
Browse files
removes variable name collision
parent
711dd950
Pipeline
#88
failed with stages
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
062073ff
...
@@ -30,7 +30,7 @@ deploy-master:
...
@@ -30,7 +30,7 @@ deploy-master:
-
apk add openssh-client --update
-
apk add openssh-client --update
-
eval $(ssh-agent -s)
-
eval $(ssh-agent -s)
-
echo "$SSH_PRIVATE_KEY" | ssh-add -
-
echo "$SSH_PRIVATE_KEY" | ssh-add -
-
echo "$
SSH_
KNOWN_HOSTS" >> $HOME/.ssh/known_hosts
-
echo "$KNOWN_HOSTS" >> $HOME/.ssh/known_hosts
-
./.gitlab-ci/scripts/deployer.sh -f/src/.gitlab-ci/deployer/deploy.php deploy master
-
./.gitlab-ci/scripts/deployer.sh -f/src/.gitlab-ci/deployer/deploy.php deploy master
environment
:
environment
:
name
:
master
name
:
master
...
@@ -45,7 +45,7 @@ deploy-develop:
...
@@ -45,7 +45,7 @@ deploy-develop:
-
apk add openssh-client --update
-
apk add openssh-client --update
-
eval $(ssh-agent -s)
-
eval $(ssh-agent -s)
-
echo "$SSH_PRIVATE_KEY" | ssh-add -
-
echo "$SSH_PRIVATE_KEY" | ssh-add -
-
echo "$
SSH_
KNOWN_HOSTS" >> $HOME/.ssh/known_hosts
-
echo "$KNOWN_HOSTS" >> $HOME/.ssh/known_hosts
-
./.gitlab-ci/scripts/deployer.sh -f/src/.gitlab-ci/deployer/deploy.php deploy develop
-
./.gitlab-ci/scripts/deployer.sh -f/src/.gitlab-ci/deployer/deploy.php deploy develop
environment
:
environment
:
name
:
develop
name
:
develop
...
...
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