Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Spesialsamlingene
admin components
Commits
e583b933
Commit
e583b933
authored
Feb 05, 2021
by
ØyvindG
Browse files
remove square brackets from marcus_test_server
parent
600cc45a
Pipeline
#53369
failed with stages
in 3 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e583b933
...
...
@@ -29,7 +29,7 @@ deploy:
-
eval $(ssh-agent -s)
-
echo $MARCUS_TEST_KEY | base64 --decode | ssh-add -
script
:
-
rsync -v -r -e "ssh -o StrictHostKeyChecking=no" --keep-dirlinks --exclude-from=rsync-exclude.txt --delete ./ $MARCUS_USER@
[
"$MARCUS_TEST_SERVER"
]
:$DEST
-
rsync -v -r -e "ssh -o StrictHostKeyChecking=no" --keep-dirlinks --exclude-from=rsync-exclude.txt --delete ./ $MARCUS_USER@"$MARCUS_TEST_SERVER":$DEST
tags
:
-
spes
...
...
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