Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kwant
website
Commits
fd1f9578
Commit
fd1f9578
authored
Dec 08, 2020
by
Christoph Groth
Browse files
fixup
parent
29a7c79a
Pipeline
#47786
failed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fd1f9578
...
@@ -2,10 +2,11 @@ image: kwant/website-deploy
...
@@ -2,10 +2,11 @@ image: kwant/website-deploy
before_script
:
before_script
:
-
nikola build
-
nikola build
-
mkdir -p ~/.ssh
-
eval $(ssh-agent -s)
test_deploy
:
test_deploy
:
script
:
script
:
-
mkdir -p ~/.ssh
-
echo "$TEST_WEBSITE_KEY" | tr -d '\r' | ssh-add -
-
echo "$TEST_WEBSITE_KEY" | tr -d '\r' | ssh-add -
-
nikola deploy
-
nikola deploy
except
:
except
:
...
@@ -13,7 +14,6 @@ test_deploy:
...
@@ -13,7 +14,6 @@ test_deploy:
master_deploy
:
master_deploy
:
script
:
script
:
-
mkdir -p ~/.ssh
-
echo "$MASTER_WEBSITE_KEY" | tr -d '\r' | ssh-add -
-
echo "$MASTER_WEBSITE_KEY" | tr -d '\r' | ssh-add -
-
nikola deploy
-
nikola deploy
only
:
only
:
...
...
Write
Preview
Supports
Markdown
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