From dd2aef016c1f7fef6143d46b026587d65d645770 Mon Sep 17 00:00:00 2001 From: Flook Date: Fri, 31 Jan 2025 08:31:49 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=94=E0=B8=AA=E0=B8=AD=E0=B8=9A?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=97=E0=B8=B3=E0=B8=87=E0=B8=B2?= =?UTF-8?q?=E0=B8=99=20=20CI=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/.drone.yml b/.drone.yml index fba5193..265dced 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,23 +1,9 @@ kind: pipeline type: docker -name: build_and_push +name: test-pipeline steps: - - name: build_docker_image - image: plugins/docker - settings: - repo: adminsoftwarecraft/opengis - tags: - - latest - - ${DRONE_COMMIT_SHA} - username: - from_secret: docker_username - password: - from_secret: docker_password - dockerfile: Dockerfile - build_args: - - NODE_ENV=production - -trigger: - event: - - push + - name: say-hello + image: alpine + commands: + - echo "Hello from Drone CI!" \ No newline at end of file