Skip to content
Snippets Groups Projects
Commit 457aa8b9 authored by Matthieu Boileau's avatar Matthieu Boileau
Browse files

Change publishing output path

parent 1f22eb56
Branches
Tags
No related merge requests found
......@@ -24,7 +24,3 @@ apache:
script:
- pip install -r requirements.txt
- pelican -s publishconf.py
- rsync -avc --delete output/ /var/www/html/
artifacts:
paths:
- public/
......@@ -16,6 +16,7 @@ RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
OUTPUT_PATH = '/var/www/html'
DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment