pipeline: build: image: python when: event: [ push, pull_request, tag, deployment ] commands: - make env - make - make ci-deploy secrets: [ GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET ]