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