pipeline: build: image: python when: event: [ push, pull_request, tag, deployment ] commands: - make env - make - ./scripts/zola.sh deploy pages public "CI_COMMIT_AUTHOR " - ./scripts/ci.sh --init $HOSTEA_WRITE_DEPLOY_KEY - ./scripts/ci.sh --deploy $PAGES_DEPLOY_SECRET pages - ./scripts/ci.sh --clean