Push to git repo via gitlab pipeline
- Create deploy key via
Your Project --> Settings -> Repository
- Create CI variables via
Your Project --> Settings --> CI/CD
CI_EMAIL
with the E-Mail address which should push
CI_USERNAME
with the Username which should push
CONTENT_FETCH_AND_PUSH_KEY
with the private key of the deploy key
CONTENT_FETCH_AND_PUSH_KEY_PUBLIC
with the public key of the deploy key
git, gitlab — Apr 1, 2021