From 1b6d5f4c78a896205ef634cde27a608a88e47758 Mon Sep 17 00:00:00 2001 From: thomhug Date: Thu, 5 Sep 2024 15:01:46 +0200 Subject: [PATCH 1/2] Name change without dot --- go/.deploio.yaml | 2 +- go/index.html.tmpl | 2 +- nodejs/nextjs/app/layout.tsx | 2 +- static/html/index.html | 2 +- static/react/public/index.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go/.deploio.yaml b/go/.deploio.yaml index c176894..c2cbb97 100644 --- a/go/.deploio.yaml +++ b/go/.deploio.yaml @@ -3,4 +3,4 @@ port: 5678 replicas: 1 env: - name: RESPONSE_TEXT - value: "Hello from a Go deplo.io app!" + value: "Hello from a Go Deploio app!" diff --git a/go/index.html.tmpl b/go/index.html.tmpl index edd30e3..1299754 100644 --- a/go/index.html.tmpl +++ b/go/index.html.tmpl @@ -4,7 +4,7 @@ - Go App on deplo.io + Go App on Deploio diff --git a/nodejs/nextjs/app/layout.tsx b/nodejs/nextjs/app/layout.tsx index d3274aa..b77296a 100644 --- a/nodejs/nextjs/app/layout.tsx +++ b/nodejs/nextjs/app/layout.tsx @@ -4,7 +4,7 @@ import { Inter } from 'next/font/google' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { - title: 'Next.js App on deplo.io', + title: 'Next.js App on Deploio', description: 'Generated by create next app', } diff --git a/static/html/index.html b/static/html/index.html index 96b31c6..e72e283 100644 --- a/static/html/index.html +++ b/static/html/index.html @@ -4,7 +4,7 @@ - Static Site on deplo.io + Static Site on Deploio diff --git a/static/react/public/index.html b/static/react/public/index.html index 657380e..2152921 100644 --- a/static/react/public/index.html +++ b/static/react/public/index.html @@ -2,7 +2,7 @@ - Static Site on deplo.io + Static Site on Deploio From 5dbaf603efc6dfb30026adcaa59d5b19874fce84 Mon Sep 17 00:00:00 2001 From: thomhug Date: Thu, 5 Sep 2024 15:05:39 +0200 Subject: [PATCH 2/2] Change name s/deplo.io/Deploio/g --- README.md | 4 ++-- dockerfile/rust/static/index.html | 2 +- php/symfony/templates/deploio.html.twig | 2 +- python/django/index/migrations/0003_add_welcome_messages.py | 2 +- python/django/index/templates/index.html | 2 +- ruby/rails-basic/app/views/layouts/application.html.erb | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) 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 %>