From 5b5d1def869d14089e928483a5f50b5defdaaeb1 Mon Sep 17 00:00:00 2001 From: glenux Date: Thu, 18 Aug 2022 17:33:00 +0000 Subject: [PATCH 1/2] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c90e276..9cb667f 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,6 @@ Setup Secrets Deploy - git remote add dokku dokku@dinlas.apps.glenux.net:cicd + git remote add dokku dokku@dokku.example.com:cicd git push From c9e25216dde6a46d30153625a98e10bf8635e5dd Mon Sep 17 00:00:00 2001 From: glenux Date: Mon, 11 Sep 2023 11:55:54 +0000 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 579cc91..2ae6545 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM drone/drone:2.12.1 +FROM drone/drone:2.20.0 COPY entrypoint-wrapper.sh /usr/bin/entrypoint-wrapper