diff --git a/.drone.yml b/.drone.yml index ff7d990..7f73d2d 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}"' @@ -88,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}" # # 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" +