Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
heptapod
website
Commits
55974eb0b99f
Commit
2d69a7b9
authored
Feb 01, 2020
by
Pierre-Yves David
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
heptapod-ci: automatically deploy the main website from the main branch
parent
1c7a613a7645
Pipeline
#2717
passed with stages
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
.gitlab-ci.yml
.gitlab-ci.yml
+9
-0
No files found.
.gitlab-ci.yml
View file @
55974eb0
...
...
@@ -14,3 +14,12 @@ deploy-test:
script
:
-
PELICAN=pelican make build
# use artefact eventually
-
netlify deploy --site=056ee9b4-122d-4b02-bf62-5a2fc9776196 --auth="$NETLIFY_AUTH_TOKEN" --dir="output"
deploy
:
image
:
octobus/ci-website
stage
:
deploy
only
:
-
branch/default
script
:
-
PELICAN=pelican make build
# use artefact eventually
-
netlify deploy --site=056ee9b4-122d-4b02-bf62-5a2fc9776196 --auth="$NETLIFY_AUTH_TOKEN" --dir="output" --prod
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