From 4189eed5a301edf5a6de586182a15e0f2db0f17b Mon Sep 17 00:00:00 2001 From: hardik Date: Fri, 29 May 2026 07:20:32 +0000 Subject: [PATCH 1/2] fix/drone --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 54cd9e8..21d44e4 100644 --- a/src/index.css +++ b/src/index.css @@ -14,7 +14,7 @@ --brand-text: #2D0D52; --brand-muted: #7B5A9E; --brand-border: #D5BEF0; - +/* */ --font-sans: 'Inter', sans-serif; --font-serif: 'Cormorant Garamond', serif; --font-display: 'Cinzel', serif; From 25cef164aac223dc9a43ae012b96418db6459ddd Mon Sep 17 00:00:00 2001 From: hardik Date: Fri, 29 May 2026 13:04:26 +0530 Subject: [PATCH 2/2] drone test --- .drone.yml | 43 ++++++------------------------------------- 1 file changed, 6 insertions(+), 37 deletions(-) diff --git a/.drone.yml b/.drone.yml index ca674dd..7633995 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,40 +1,9 @@ -kind: pipeline +# kind: pipeline type: docker -name: Build Image +name: test steps: - - name: Build Docker Image - image: plugins/docker - settings: - username: - from_secret: docker_username - password: - from_secret: docker_password - repo: git.midastix.com/ci-docker-repo-user/manicandles - registry: git.midastix.com - - when: - branch: - - main - event: - - push - - - name: Deploy image - image: appleboy/drone-ssh - settings: - host: server1.midastix.com - username: root - key: - from_secret: server_ssh_pkey - port: 22 - command_timeout: 5m - script: - - echo "Deploying ManiCandles" - - sudo /opt/deployable/manicandles/docker/deploy.sh - - echo "Completed Deployment" - - when: - branch: - - main - event: - - push + - name: hello + image: alpine + commands: + - echo "Drone is working"