From 1d4206f07b0a4fdb0ad4f120fcdc832d8cada770 Mon Sep 17 00:00:00 2001 From: Glenn Date: Sat, 19 Oct 2024 10:59:50 +0200 Subject: [PATCH 1/3] fix: remove empty environment --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ff7d990..3de2c7c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,6 @@ name: default steps: - name: debug image: alpine - environment: - commands: - 'echo "Repository: glenux/service-drone-server"' - 'echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"' From c2fec3515e3dcc8a511bcdf7491d6cda3f39e0fc Mon Sep 17 00:00:00 2001 From: Glenn Date: Sat, 19 Oct 2024 11:56:15 +0200 Subject: [PATCH 2/3] docs: update dokku line --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c0d0fc..935b976 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,5 @@ Deploy git remote add dokku dokku@dokku.example.com:cicd git push dokku master + dokku git:from-image cicd "glenux/service-drone-server:$IMAGE_TAG" + From 903afefb748fc1be95f37bbf55cf07a9c0bf78f0 Mon Sep 17 00:00:00 2001 From: Glenn Date: Sat, 19 Oct 2024 11:56:33 +0200 Subject: [PATCH 3/3] ci: fix misnaming of project --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3de2c7c..7f73d2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -86,7 +86,7 @@ steps: # - ssh -o StrictHostKeyChecking=no # -i ~/.ssh/deploy_key # "$SSH_USER@$SSH_HOST" -# git:from-image automation +# git:from-image cicd # "glenux/service-drone-server:${DRONE_COMMIT_SHA:0:8}" # #