Skip to content

use gitlab pages

morph027 requested to merge (removed):gitlab-pages into master

Hi!

I've started using Gitlab Pages as repo hosting sometime ago (see https://morph027.gitlab.io/post/repo-hosting-using-gitlab-pages/).

This PR switches from git based repo to pages based repo (eliminating the need of git actions for the CI) and removes the encrypted keys (as you're already using CI variables).

The following new CI Variables must be set:

  • SIGNING_KEY: the content of your private key
  • SIGNING_KEY_ID: your key id (4FA3594D)
  • RPM_GPG_NAME: your name

Using the variables means it'll also works for others (e.g. my fork)

Merge request reports