Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
Caroline
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Drew
Caroline
Commits
7aff11dc
Commit
7aff11dc
authored
Oct 14, 2016
by
Drew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to deploy documentation to S3
parent
18148c91
Pipeline
#2715
failed with stages
in 11 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
.gitlab-ci.yml
.gitlab-ci.yml
+15
-0
No files found.
.gitlab-ci.yml
View file @
7aff11dc
stages
:
-
test
-
package
-
deploy
osx
:
stage
:
test
...
...
@@ -55,6 +56,20 @@ documentation:
image
:
drewcrawford/anarchy-sphinx:latest
deploydocs
:
stage
:
deploy
image
:
python:latest
dependencies
:
-
documentation
script
:
-
pip install awscli
-
aws s3 cp docs/_build/html/* s3://$DOC_BUCKET_NAME/ --recursive
when
:
manual
variables
:
DOC_BUCKET_NAME
:
"
caroline-docs.sealedabstract.com"
osxcorepackage
:
stage
:
package
script
:
...
...
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