diff --git a/.drone.yml b/.drone.yml index b9380cc..520ec49 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,9 @@ steps: - mkdir /app/output - cd /drone/src - pip install -r requirements.txt - - make OUTPUTDIR=/app/output rsync_upload + - pelican /drone/src/content -o /drone/src/output -s /drone/src/publishconf.py + - rsync -rl /drone/src/output/ conference-remote + - ssh conference-remote sudo chown root:www-data -R /var/www/conference trigger: event: