From 6ddd7f09e9e6fae4db634afcbcfb8faa4e0ba58a Mon Sep 17 00:00:00 2001 From: Johannes Visintini Date: Mon, 22 May 2023 12:02:40 +0200 Subject: [PATCH] Update application-deployment.md example uses HTTPS, not SSH anymore --- docs/deployment/application-deployment.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/deployment/application-deployment.md b/docs/deployment/application-deployment.md index 3e2a5567e..6787f8eac 100644 --- a/docs/deployment/application-deployment.md +++ b/docs/deployment/application-deployment.md @@ -8,7 +8,6 @@ Once you have configured Dokku with at least one user, you can deploy applicatio ```shell # from your local machine -# SSH access to github must be enabled on this host git clone https://github.com/heroku/ruby-getting-started ```