Skip to content

Commit 5dd3f7b

Browse files
committed
Remove outdated ci cd tutorial
1 parent 5a4ad4b commit 5dd3f7b

File tree

3 files changed

+6
-149
lines changed

3 files changed

+6
-149
lines changed

docs/vendor/tutorial-adding-db-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ As mentioned in the introduction, a full example of the code for this guide can
202202
### Validating Config Changes
203203

204204
Even though the options aren't wired, let's create a new release to validate the configuration screen was modified.
205-
Create a release by pushing a commit to your [ci-enabled repo](tutorial-ci-cd-integration) or by running `replicated release create --auto` locally.
205+
Create a release by running `replicated release create --auto`.
206206
Then head to the Admin Console instance and click **Check for Updates** on the Version History tab to pull the new release:
207207

208208
![View Update](/images/guides/kots/view-update.png)

docs/vendor/tutorial-ci-cd-integration.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

netlify.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,11 @@
178178

179179
[[redirects]]
180180
from="https://docs.replicated.com/vendor/distributing-workflow"
181-
to="https://docs.replicated.com/vendor/replicated-onboarding"
181+
to="https://docs.replicated.com/vendor/replicated-onboarding"
182+
183+
[[redirects]]
184+
from = "https://docs.replicated.com/vendor/tutorial-ci-cd-integration"
185+
to = "https://docs.replicated.com/vendor/ci-overview"
182186

183187
###################################################
184188
# Redirects To the Enterprise Section

0 commit comments

Comments
 (0)