diff --git a/README.md b/README.md index 3071781..d735411 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # deploio-examples This repository hosts example apps for different languages and frameworks that -are being supported by deplo.io. Please also check out our [language specific +are being supported by Deploio. Please also check out our [language specific documentation](https://docs.nine.ch/docs/category/languages) for more details. ## Go @@ -87,7 +87,7 @@ For static sites we have two examples: ## Dockerfile -With Dockerfile builds, deplo.io can build any app that can be built using a +With Dockerfile builds, Deploio can build any app that can be built using a Dockerfile. To demonstrate this we have the following sample apps: * a very basic Rust app: diff --git a/dockerfile/rust/static/index.html b/dockerfile/rust/static/index.html index 3e2a455..ada2edf 100644 --- a/dockerfile/rust/static/index.html +++ b/dockerfile/rust/static/index.html @@ -4,7 +4,7 @@ - Dockerfile Rust App on deplo.io + Dockerfile Rust App on Deploio diff --git a/php/symfony/templates/deploio.html.twig b/php/symfony/templates/deploio.html.twig index 0c22163..99911a5 100644 --- a/php/symfony/templates/deploio.html.twig +++ b/php/symfony/templates/deploio.html.twig @@ -4,7 +4,7 @@ - Symfony App on deplo.io + Symfony App on Deploio diff --git a/python/django/index/migrations/0003_add_welcome_messages.py b/python/django/index/migrations/0003_add_welcome_messages.py index f0bfb33..585a922 100644 --- a/python/django/index/migrations/0003_add_welcome_messages.py +++ b/python/django/index/migrations/0003_add_welcome_messages.py @@ -4,7 +4,7 @@ def add_welcome_messages(apps, schema_editor): WelcomeMessage = apps.get_model("index", "WelcomeMessage") - for msg in ["Welcome to deplo.io", "Deployments made easy", "This is a sample Django app"]: + for msg in ["Welcome to Deploio", "Deployments made easy", "This is a sample Django app"]: temp = WelcomeMessage(text=msg) temp.save() diff --git a/python/django/index/templates/index.html b/python/django/index/templates/index.html index 3570659..568ef0b 100644 --- a/python/django/index/templates/index.html +++ b/python/django/index/templates/index.html @@ -4,7 +4,7 @@ - Django App on deplo.io + Django App on Deploio diff --git a/ruby/rails-basic/app/views/layouts/application.html.erb b/ruby/rails-basic/app/views/layouts/application.html.erb index bfbaa11..74e2338 100644 --- a/ruby/rails-basic/app/views/layouts/application.html.erb +++ b/ruby/rails-basic/app/views/layouts/application.html.erb @@ -1,7 +1,7 @@ - Rails App on deplo.io + Rails App on Deploio <%= csrf_meta_tags %> <%= csp_meta_tag %>