Skip to content

Publication

Automatic publication of the course content on http://kurzy.kpi.fei.tuke.sk/ is done using GitLab CI. To enable it, you should:

  1. Create GitLab project for the course. We recommend placing it inside the KPI group.
  2. Make sure that your course contains configuration file .gitlab-ci.yml.
  3. Set course code used in the URL in the it4kt.yml file, for example:

    deploy:
      code: example
    
  4. Obtain a private course deployment token from Ján Juhár or Dominik Lakatoš.

  5. Set the DEPLOY_TOKEN environment variable v GitLab project: Settings → CI / CD → Variables:

deploy-token