Skip to content
  • Peter Serwylo's avatar
    Add f-droid.org CI task, to be run manually using gitlab-runner. · 85793a7f
    Peter Serwylo authored
    This adds a task which builds the site with the URL of
    'https://f-droid.org', and also copies the output to a directory
    specified by the environment variable $DEPLOY_DIR. The goal is to run
    the following script:
    
     gitlab-runner exec docker f-droid.org \
       -docker-volumes `pwd`/_site:/builds/output \
       --env DEPLOY_DIR=/builds/output
    
    to make the available to the Docker host machine after running.
    85793a7f
Validating GitLab CI configuration… Learn more