Update application-deployment.md

example uses HTTPS, not SSH anymore
This commit is contained in:
Johannes Visintini
2023-05-22 12:02:40 +02:00
committed by GitHub
parent e72f5b1d90
commit 6ddd7f09e9

View File

@@ -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
```