pipeline: deploy: image: python when: event: push branch: master commands: - make ci-deploy secrets: [ LIBREPAGES_DEPLOY_SECRET ]