From bea79de93c8dc575569fb3bbee67a6a9ecb1568b Mon Sep 17 00:00:00 2001 From: CURZOLA Pierre Date: Fri, 30 Sep 2022 11:50:47 +0200 Subject: [PATCH 1/5] bad json manifest --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6847177..5a6718c 100644 --- a/main.go +++ b/main.go @@ -46,7 +46,7 @@ func main() { }) if os.Getenv("PANIC") == "true" { - panic("this is crashing") + panic("this is crashing..") } port := "3000" From 68bc6788542935e662878f982745a8cc07ae5c46 Mon Sep 17 00:00:00 2001 From: CURZOLA Pierre Date: Fri, 30 Sep 2022 11:53:41 +0200 Subject: [PATCH 2/5] good json manifest --- scalingo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scalingo.json b/scalingo.json index 21f5a58..9c35402 100644 --- a/scalingo.json +++ b/scalingo.json @@ -6,7 +6,8 @@ "website": "https://scalingo.com", "formation": { "web": { - "amount": 1 + "amount": 1, + "size": "S" } } } From 2b55e3fe92294606ae3c1fe891e5156fe8674715 Mon Sep 17 00:00:00 2001 From: CURZOLA Pierre Date: Fri, 30 Sep 2022 11:56:34 +0200 Subject: [PATCH 3/5] without json manifest --- scalingo.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 scalingo.json diff --git a/scalingo.json b/scalingo.json deleted file mode 100644 index 9c35402..0000000 --- a/scalingo.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Sample Go Martini", - "description": "Sample web application using the Go framework Martini", - "logo": "https://scalingo.com/logo.svg", - "repository": "https://github.com/Scalingo/sample-go-martini", - "website": "https://scalingo.com", - "formation": { - "web": { - "amount": 1, - "size": "S" - } - } -} From 86e725ac29de025939933011218e399c1458c4fc Mon Sep 17 00:00:00 2001 From: CURZOLA Pierre Date: Fri, 30 Sep 2022 11:59:19 +0200 Subject: [PATCH 4/5] with json manifest + 2 containers --- scalingo.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 scalingo.json diff --git a/scalingo.json b/scalingo.json new file mode 100644 index 0000000..36f875f --- /dev/null +++ b/scalingo.json @@ -0,0 +1,17 @@ +{ + "name": "Sample Go Martini", + "description": "Sample web application using the Go framework Martini", + "logo": "https://scalingo.com/logo.svg", + "repository": "https://github.com/Scalingo/sample-go-martini", + "website": "https://scalingo.com", + "formation": { + "web": { + "amount": 1, + "size": "S" + }, + "test": { + "amount": 2, + "size": "S" + } + } +} From fa771ffd12a80bd96918d94515e59550a0508885 Mon Sep 17 00:00:00 2001 From: CURZOLA Pierre Date: Fri, 25 Oct 2024 10:08:39 +0200 Subject: [PATCH 5/5] empty --- test.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..e69de29