From 40e35590f8c06da03a8ffef5a026a8518b960c81 Mon Sep 17 00:00:00 2001 From: Susan Pan Date: Wed, 18 Sep 2024 14:24:30 +1000 Subject: [PATCH] remove login step, grammar --- .../build-servers/codefresh-pipelines.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/docs/packaging-applications/build-servers/codefresh-pipelines.md b/src/pages/docs/packaging-applications/build-servers/codefresh-pipelines.md index 09a3466e2..a46fa7ca2 100644 --- a/src/pages/docs/packaging-applications/build-servers/codefresh-pipelines.md +++ b/src/pages/docs/packaging-applications/build-servers/codefresh-pipelines.md @@ -16,14 +16,13 @@ Codefresh pipelines allow you to customize steps to create, deploy and promote r Octopus Deploy has several custom pipeline steps available: -- [Login to Octopus](https://codefresh.io/steps/step/octopusdeploy-login) - [Create a package](https://codefresh.io/steps/step/octopusdeploy-create-package) - [Push a package](https://codefresh.io/steps/step/octopusdeploy-push-package) - [Create a release](https://codefresh.io/steps/step/octopusdeploy-create-release) - [Deploy a release](https://codefresh.io/steps/step/octopusdeploy-deploy-release) - [Deploy a tenanted release](https://codefresh.io/steps/step/octopusdeploy%2Fdeploy-release-tenanted) -- [Run a Runbook](https://codefresh.io/steps/step/octopusdeploy-run-runbook) -- [Push Build Information](https://codefresh.io/steps/step/octopusdeploy-push-build-information) +- [Run a runbook](https://codefresh.io/steps/step/octopusdeploy-run-runbook) +- [Push build information](https://codefresh.io/steps/step/octopusdeploy-push-build-information) ## Codefresh Pipeline step configuration