diff --git a/website/index.html b/website/index.html index 74b1cf4d..64bcb284 100644 --- a/website/index.html +++ b/website/index.html @@ -4,7 +4,8 @@
# Start with any cloud VM or your own hardware-
$ uc machine init root@137.123.45.67
-
- -
# Deploy your app with automatic HTTPS-
$ uc run --name my-app -p app.example.com:8000/https app-image:latest
- ✨ Your app is available at https://app.example.com
-
- -
# Achieve high availability by adding more machines and scaling the app-
$ uc machine add ubuntu@65.21.45.67
- $ uc scale my-app --replicas 2
-